using System; namespace GlitchyEngine.Editor; /// /// Specifies, that the field should not be visible in the editor. /// [AttributeUsage(AttributeTargets.Field)] public sealed class HideInEditorAttribute : Attribute { }