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