using System; namespace DCFApixels.DragonECS { [AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)] public sealed class AutoInjectAttribute : Attribute { } }