Removed name from namespaces.

This commit is contained in:
Alexander Filippov
2021-08-16 04:45:10 +02:00
parent c2bd33729a
commit b0ba9167cf
18 changed files with 39 additions and 39 deletions

View File

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