begin gacha system, ch2 fix

This commit is contained in:
Mikhail Thompson
2024-06-29 22:05:18 +03:00
parent 1698b741c4
commit 564a405baf
8 changed files with 133 additions and 20 deletions

View File

@@ -16,4 +16,11 @@ namespace nksrv.StaticInfo
public int reward_id = 0;
public int target_chapter_id;
}
public class CampaignStageRecord
{
public int id;
public int chapter_id;
public string stage_category = "";
public int reward_id = 0;
}
}