6 lines
242 B
C#
6 lines
242 B
C#
namespace Ghost.Engine.Editor;
|
|
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Property | AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
|
|
public class HideEditorAttribute : Attribute
|
|
{
|
|
} |