using Fantasy.Entitas; namespace NB.Club; public class ClubManageComponent : Entity { public readonly Dictionary Clubs = new(); }