save tutorial completion

This commit is contained in:
Mikhail Thompson
2024-06-28 08:09:32 +03:00
parent cef8ce059f
commit 91a6ee3b3d
3 changed files with 15 additions and 2 deletions

View File

@@ -56,11 +56,12 @@ namespace nksrv.Utils
{ CurrencyType.ContentStamina, 2 },
{ CurrencyType.Gold, 1 },
{ CurrencyType.CharCorporationTicket, 23422 }
{ CurrencyType.CharPremiumTicket, 23422 }
};
public List<Character> Characters = new();
public NetWholeUserTeamData TeamData = new();
public List<int> ClearedTutorials = new();
}
public class CoreInfo
{