6 lines
180 B
C#
6 lines
180 B
C#
namespace NahidaImpact.Gameserver.Controllers.Attributes;
|
|
|
|
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
|
|
internal class NetControllerAttribute : Attribute
|
|
{
|
|
}
|