9 lines
141 B
C#
9 lines
141 B
C#
using Fantasy.Entitas;
|
|
|
|
namespace Fantasy;
|
|
|
|
public class AccountCacheInfoTimeOut : Entity
|
|
{
|
|
public long TimerId;
|
|
public string Key;
|
|
} |