7 lines
187 B
C#
7 lines
187 B
C#
using System;
|
|
|
|
namespace Agoxandr.Utils
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
|
|
public sealed class HideScriptField : Attribute { }
|
|
} |