using Fantasy.Entitas; using Fantasy.Network; namespace NB.Gate; public class GateUnit : Entity { public bool Kick; public long AccountID; public int Region; public Dictionary SceneRoutes = new Dictionary(); public EntityReference Session; }