Files
2026-03-05 11:39:06 +08:00

8 lines
124 B
C#

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