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