Eintoo/GameServer/Server/Entity/Model/Authentication/TimeOut/AccountInfoTimeOuterComponent.cs
2025-03-19 18:16:39 +08:00

9 lines
131 B
C#

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