First commit

This commit is contained in:
Alexander Filippov
2021-06-27 14:46:18 +02:00
parent dcd4fbca11
commit fe555652c3
32 changed files with 794 additions and 0 deletions

View File

@ -0,0 +1,7 @@
using System;
namespace Agoxandr.Utils
{
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public sealed class HideScriptField : Attribute { }
}