using System; namespace MonoGame.Extended.Entities { [AttributeUsage(AttributeTargets.Class, Inherited = false)] public class EntityComponentAttribute : Attribute { } }