DB for starting tutorial

This commit is contained in:
rfi
2023-10-19 14:07:48 +07:00
parent 1ddd574645
commit 8d808170a5
10 changed files with 239 additions and 10 deletions

View File

@@ -15,6 +15,8 @@ namespace AscNet.GameServer
public readonly string id;
public readonly TcpClient client;
public Player player = default!;
public Character character = default!;
public Stage stage = default!;
public readonly Logger log;
private long lastPacketTime = DateTimeOffset.UtcNow.ToUnixTimeMilliseconds();
private ushort packetNo = 0;