Eintoo/GameServer/Server/Entity/Model/Session/EntityTimeOutComponent.cs

10 lines
153 B
C#

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