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