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