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