chat
This commit is contained in:
9
Entity/Gate/GateUnitManageComponent.cs
Normal file
9
Entity/Gate/GateUnitManageComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Fantasy.Entitas;
|
||||
using Fantasy.Network;
|
||||
|
||||
namespace NB.Gate;
|
||||
|
||||
public class GateUnitManageComponent : Entity
|
||||
{
|
||||
public readonly Dictionary<long, GateUnit> Units = new();
|
||||
}
|
||||
Reference in New Issue
Block a user