mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-15 16:34:40 +01:00
Add support for extra/hard stages
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user