using Fantasy.Entitas; namespace Fantasy; public sealed class EntityTimeoutComponent : Entity { public long TimerId; }