艹
This commit is contained in:
8
Entity/Gate/PlayerManageComponent.cs
Normal file
8
Entity/Gate/PlayerManageComponent.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Fantasy.Entitas;
|
||||
|
||||
namespace NB.Gate;
|
||||
|
||||
public sealed class PlayerManageComponent : Entity
|
||||
{
|
||||
public readonly Dictionary<long, Player> Players = new();
|
||||
}
|
||||
Reference in New Issue
Block a user