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

9 lines
130 B
C#

using Fantasy.Entitas;
public class AccountTimeOuterComponent : Entity
{
public long TimeId;
public long UserCode;
}