Files
SPT-Server-Build/Core/Servers/WebSocketServer.cs
T
2025-01-06 01:43:58 -05:00

8 lines
123 B
C#

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