mirror of
https://git.shazbot.fr/shazbot/Utils.git
synced 2026-01-12 13:10:59 +01:00
Removed name from namespaces.
This commit is contained in:
@@ -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 { }
|
||||
}
|
||||
Reference in New Issue
Block a user