Files
iFactory.Cutting.Unity/Assets/Plugins/Rotary Heart/SerializableDictionaryLite/DrawKeyAsPropertyAttribute.cs
CortexCore 13ffc9fd64 1
2024-06-03 10:11:43 +08:00

8 lines
278 B
C#

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 { }
}