First commit
This commit is contained in:
7
Runtime/HideScriptField.cs
Normal file
7
Runtime/HideScriptField.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using System;
|
||||
|
||||
namespace Agoxandr.Utils
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class HideScriptField : Attribute { }
|
||||
}
|
Reference in New Issue
Block a user