新增相关协议

This commit is contained in:
2025-08-26 18:03:52 +08:00
parent e0665aae01
commit 7325e268ce
36 changed files with 1402 additions and 1085 deletions

View File

@@ -8,7 +8,6 @@ public class GateUnit : Entity
public bool Kick;
public long AccountID;
public int Region;
public long GameSceneRouteId;
public long ChatSceneRouteId;
public Dictionary<int,long> SceneRoutes = new Dictionary<int, long>();
public EntityReference<Session> Session;
}