using System.Collections.Generic; using Fantasy.Entitas; using Fantasy.Network; namespace NB.Gate; public class GateUnit : Entity { public long AccountID; public int Region; public string RoomCode = string.Empty; public Dictionary SceneRoutes = new Dictionary(); public EntityReference Session; }