Files
Fishing2Server/Entity/Authentication/TimeOut/AccountCacheInfoTimeOut.cs
2025-07-16 17:47:53 +08:00

9 lines
141 B
C#

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