8 lines
124 B
C#
8 lines
124 B
C#
using Fantasy.Entitas;
|
|
|
|
namespace Fantasy;
|
|
|
|
public sealed class EntityTimeoutComponent : Entity
|
|
{
|
|
public long TimerId;
|
|
} |