Player Level 100

This will unlock even more feature chapters.
This commit is contained in:
Kei-Luna
2026-04-26 14:06:16 +09:00
parent d3e6b479c8
commit 6eb03c15e7

View File

@@ -9,7 +9,7 @@ public class PlayerGameData : BaseDatabaseDataHelper
{ {
public string? Name { get; set; } = ""; public string? Name { get; set; } = "";
public string? Signature { get; set; } = "MikuPS"; public string? Signature { get; set; } = "MikuPS";
public uint Level { get; set; } = 1; public uint Level { get; set; } = 100;
public int Exp { get; set; } = 0; public int Exp { get; set; } = 0;
public long RegisterTime { get; set; } = Extensions.GetUnixSec(); public long RegisterTime { get; set; } = Extensions.GetUnixSec();
public long LastActiveTime { get; set; } public long LastActiveTime { get; set; }