Utils/Runtime/HideScriptField.cs
2021-08-16 04:45:10 +02:00

7 lines
177 B
C#

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