mirror of
https://github.com/DCFApixels/DragonECS-AutoInjections.git
synced 2025-09-17 20:34:34 +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)]
|
||||
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 { }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user