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