9 lines
139 B
C#

using Fantasy.Entitas;
namespace Fantasy;
public class GameAccount : Entity
{
public long CreateTime;
public long LoginTime;
}