Files
SPT-Server-Build/Core/Servers/WebSocketServer.cs
T
2025-01-05 20:28:54 +00:00

8 lines
125 B
C#

using Types.Annotations;
namespace Types.Servers;
[Injectable(InjectionType.Singleton)]
public class WebSocketServer
{
}