Eintoo/GameServer/Server/Entity/Model/Session/SessionTimeOutComponent.cs
2025-03-19 18:16:39 +08:00

10 lines
154 B
C#

using Fantasy.Entitas;
public class SessionTimeOutComponent : Entity
{
public long Interval;
public long NextTime;
public long TimeId;
}