add basic admin panel

This commit is contained in:
Mikhail
2024-07-14 15:24:37 -04:00
parent 01f86a7d24
commit 367cd64b8e
11 changed files with 485 additions and 20 deletions

View File

@@ -78,6 +78,7 @@ namespace nksrv.Utils
public string Nickname = "SomePlayer";
public int ProfileIconId = 39900;
public bool ProfileIconIsPrism = false;
public bool IsAdmin = false;
// Game data
public List<string> CompletedScenarios = [];