Save Monolith and Menace Arena progress to the database

This commit is contained in:
Melledy
2025-11-11 04:42:41 -08:00
parent d9bd61c50d
commit b106541f44
6 changed files with 121 additions and 29 deletions
@@ -15,6 +15,7 @@ import lombok.Getter;
@ResourceType(name = "InfinityTowerLevel.json")
public class InfinityTowerLevelDef extends BaseDef {
private int Id;
private int DifficultyId;
private String BaseAwardPreview;
private transient List<InstanceRewardParam> rewards;