Implement character stories

This commit is contained in:
Melledy
2025-10-28 01:09:03 -07:00
parent 38d44f7a71
commit 276d9f9002
5 changed files with 89 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ public class GameData {
@Getter private static DataTable<WorldClassDef> WorldClassDataTable = new DataTable<>();
@Getter private static DataTable<GuideGroupDef> GuideGroupDataTable = new DataTable<>();
@Getter private static DataTable<StoryDef> StoryDataTable = new DataTable<>();
@Getter private static DataTable<StorySetSectionDef> StorySetSectionDataTable = new DataTable<>();
@Getter private static DataTable<StarTowerDef> StarTowerDataTable = new DataTable<>();
@Getter private static DataTable<StarTowerStageDef> StarTowerStageDataTable = new DataTable<>();