Files
Utils/Runtime/HideScriptField.cs
2022-05-20 22:58:25 +02:00

7 lines
183 B
C#

using System;
namespace Utils
{
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public sealed class HideScriptField : Attribute { }
}