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