Force complete fate card quests since they are not handled yet

This commit is contained in:
Melledy
2025-11-14 19:23:19 -08:00
parent 9f4ae13f09
commit 139fe2cf27
4 changed files with 64 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ public class GameData {
@Getter private static DataTable<SubNoteSkillPromoteGroupDef> SubNoteSkillPromoteGroupDataTable = new DataTable<>();
@Getter private static DataTable<StarTowerBookFateCardBundleDef> StarTowerBookFateCardBundleDataTable = new DataTable<>();
@Getter private static DataTable<StarTowerBookFateCardQuestDef> StarTowerBookFateCardQuestDataTable = new DataTable<>();
@Getter private static DataTable<StarTowerBookFateCardDef> StarTowerBookFateCardDataTable = new DataTable<>();
@Getter private static DataTable<FateCardDef> FateCardDataTable = new DataTable<>();