using Fantasy.Entitas; using Fantasy.Network; namespace Fantasy; public sealed class GateUnit : Entity { public EntityReference Session; public string UserName { get; set; } public readonly Dictionary Routes = new Dictionary(); }