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