mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-12 14:34:39 +01:00
incomplete sdk server + inferred server address
This commit is contained in:
@@ -18,7 +18,6 @@ namespace BLHX.Server.Game
|
||||
readonly CancellationTokenSource cts = new();
|
||||
readonly Task loopTask;
|
||||
ushort packetIdx = 0;
|
||||
public static JsonSerializerOptions jsonSerializerOptions = new() { IncludeFields = true };
|
||||
private ushort NextPacketIdx => packetIdx++;
|
||||
public IPEndPoint EndPoint => (IPEndPoint)tcpClient.Client.RemoteEndPoint!;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user