mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-05 17:43:59 +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? 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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user