using System; namespace XED.ComponentSystem { [AttributeUsage(AttributeTargets.Field)] public class ComponentAttribute : Attribute { } }