This commit is contained in:
Mikhail 2023-04-24 16:48:46 +08:00
parent 39949bde2b
commit c2107dff1a

View File

@ -4,8 +4,9 @@ namespace DCFApixels.DragonECS
{
[AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
public sealed class IncAttribute : Attribute { }
[AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
public sealed class ExcAttribute : Attribute { }
[AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
public sealed class OptAttribute : Attribute { }
}