mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 09:03:58 +00:00
Player Level 100
This will unlock even more feature chapters.
This commit is contained in:
@@ -9,7 +9,7 @@ public class PlayerGameData : BaseDatabaseDataHelper
|
||||
{
|
||||
public string? Name { get; set; } = "";
|
||||
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 long RegisterTime { get; set; } = Extensions.GetUnixSec();
|
||||
public long LastActiveTime { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user