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