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