10 lines
153 B
C#
10 lines
153 B
C#
|
|
|
|
using Fantasy.Entitas;
|
|
|
|
public class EntityTimeOutComponent : Entity
|
|
{
|
|
public long Interval;
|
|
public long NextTime;
|
|
public long TimeId;
|
|
} |