BITFALL/Assets/Plugins/Rotary Heart/SerializableDictionaryLite/DrawKeyAsPropertyAttribute.cs

8 lines
278 B
C#
Raw Normal View History

2023-06-08 14:09:50 +08:00
namespace RotaryHeart.Lib.SerializableDictionary
{
/// <summary>
/// Attribute used to force drawing a key as a property
/// </summary>
[System.AttributeUsage(System.AttributeTargets.Field)]
public class DrawKeyAsPropertyAttribute : System.Attribute { }
}