mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-14 07:55:01 +01:00
begin gacha system, ch2 fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user