mirror of
https://git.shazbot.fr/shazbot/Utils.git
synced 2026-01-12 05:00:58 +01:00
7 lines
183 B
C#
7 lines
183 B
C#
using System;
|
|
|
|
namespace Utils
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
|
|
public sealed class HideScriptField : Attribute { }
|
|
} |