mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-15 09:34:35 +01:00
DB for starting tutorial
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user