Stage rewards fully working, fixed main quest again, cash shop working

This commit is contained in:
Mikhail
2024-07-04 13:18:56 -04:00
parent 3f4ec386a4
commit 04a2b8d2fa
6 changed files with 110 additions and 44 deletions

View File

@@ -47,6 +47,10 @@ namespace nksrv.Utils
public int ExperiencePoint = 0;
}
public class ItemData
{
public int ItemType;
}
public class User
{
@@ -71,6 +75,7 @@ namespace nksrv.Utils
{ CurrencyType.CharPremiumTicket, 999999 }
};
public List<ItemData> Items = new();
public List<Character> Characters = [];
public NetWholeUserTeamData RepresentationTeamData = new();
public List<int> ClearedTutorials = [];