using Fantasy.Entitas; namespace NB.Gate; public sealed class PlayerManageComponent : Entity { public readonly Dictionary Players = new(); }