mirror of
https://github.com/DCFApixels/DragonECS-AutoInjections.git
synced 2025-11-12 20:45:55 +08:00
update
This commit is contained in:
parent
39949bde2b
commit
c2107dff1a
@ -4,8 +4,9 @@ namespace DCFApixels.DragonECS
|
|||||||
{
|
{
|
||||||
[AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
|
[AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
|
||||||
public sealed class IncAttribute : Attribute { }
|
public sealed class IncAttribute : Attribute { }
|
||||||
|
|
||||||
[AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
|
[AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
|
||||||
public sealed class ExcAttribute : Attribute { }
|
public sealed class ExcAttribute : Attribute { }
|
||||||
|
[AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
|
||||||
|
public sealed class OptAttribute : Attribute { }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user