8 lines
123 B
C#
8 lines
123 B
C#
using Core.Annotations;
|
|
|
|
namespace Core.Servers;
|
|
|
|
[Injectable(InjectionType.Singleton)]
|
|
public class WebSocketServer
|
|
{
|
|
} |