mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-14 16:04:36 +01:00
Stage rewards fully working, fixed main quest again, cash shop working
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user