NahidaImpact/NahidaImpact.Gameserver/Controllers/Attributes/NetControllerAttribute.cs

7 lines
180 B
C#
Raw Normal View History

2024-01-04 13:48:39 +00:00
namespace NahidaImpact.Gameserver.Controllers.Attributes;
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
internal class NetControllerAttribute : Attribute
{
}