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