module-inspector/Runtime/PredrawerModifierPropertyAttribute.cs

7 lines
213 B
C#

namespace Module.Inspector
{
public abstract class PredrawerModifierPropertyAttribute : AbstractPropertyAttribute
{
public override EPropertyType Type => EPropertyType.PredrawerModifier;
}
}