using System.Collections.Generic; using Fantasy.Entitas; using Fantasy.Network; namespace NB.Gate; public class GateUnitManageComponent : Entity { public readonly Dictionary Units = new(); }