Fix XP, outpost level working, completestages also completes scenarios now

This commit is contained in:
Mikhail
2024-07-18 11:29:40 -04:00
parent fcf9396b86
commit 6ed393714f
4 changed files with 66 additions and 14 deletions

View File

@@ -27,6 +27,8 @@ namespace nksrv.StaticInfo
/// </summary>
public string chapter_mod = "";
public string stage_type = "";
public string enter_scenario = "";
public string exit_scenario = "";
}
public class RewardTableRecord
{