Add support for extra/hard stages

This commit is contained in:
Mikhail
2024-07-05 15:43:04 -04:00
parent d08c293cd4
commit 65dac31a1a
6 changed files with 76 additions and 15 deletions

View File

@@ -22,6 +22,10 @@ namespace nksrv.StaticInfo
public int chapter_id;
public string stage_category = "";
public int reward_id = 0;
/// <summary>
/// Can be Normal or Hard
/// </summary>
public string chapter_mod = "";
}
public class RewardTableRecord
{