Files
Fishing2Server/Entity/Authentication/TimeOut/AccountCacheInfoTimeOut.cs
2025-07-26 17:58:25 +08:00

9 lines
136 B
C#

using Fantasy.Entitas;
namespace NB;
public class AccountCacheInfoTimeOut : Entity
{
public long TimerId;
public string Key;
}