Implement boss blitz

This commit is contained in:
Melledy
2025-11-06 20:43:30 -08:00
parent 7785c0d65f
commit 67029b7094
8 changed files with 173 additions and 1 deletions

View File

@@ -68,4 +68,6 @@ public class GameData {
@Getter private static DataTable<StarTowerStageDef> StarTowerStageDataTable = new DataTable<>();
@Getter private static DataTable<PotentialDef> PotentialDataTable = new DataTable<>();
@Getter private static DataTable<SubNoteSkillPromoteGroupDef> SubNoteSkillPromoteGroupDataTable = new DataTable<>();
@Getter private static DataTable<ScoreBossControlDef> ScoreBossControlDataTable = new DataTable<>();
}