Eintoo/GameServer/Server/Entity/Model/Authentication/TimeOut/AccountInfoTimeOuterComponent.cs
2025-04-22 15:31:25 +08:00

9 lines
131 B
C#

using Fantasy.Entitas;
public class AccountInfoTimeOuterComponent : Entity
{
public long TimeId;
public string Key;
}