using Fantasy.Entitas; namespace NB.Map; public class MapManageComponent: Entity { public readonly Dictionary Maps = new(); }