gserver-remake/GServer.RC/Static.cs
2025-02-22 20:28:05 +00:00

8 lines
No EOL
166 B
C#

using GServer.Common.Networking;
namespace GServer.RC;
public static class Static
{
public static ITcpGameClient TcpGameClient { get; } = new TcpGameClient();
}