NahidaImpact/NahidaImpact.Gameserver/Controllers/Attributes/NetControllerAttribute.cs
2024-01-04 16:48:39 +03:00

6 lines
180 B
C#

namespace NahidaImpact.Gameserver.Controllers.Attributes;
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
internal class NetControllerAttribute : Attribute
{
}