BITFALL/Assets/BITKit/Core/Attributes/PersistentData.cs

8 lines
135 B
C#
Raw Normal View History

2023-08-12 01:43:24 +08:00
using System;
namespace BITKit
{
[AttributeUsage(AttributeTargets.Field)]
public class SaveDataAttribute : Attribute { }
}