Implement gallery showcase

This commit is contained in:
Melledy
2025-10-30 08:04:42 -07:00
parent 0524278cac
commit 2b42c727dc
7 changed files with 166 additions and 14 deletions

View File

@@ -49,6 +49,7 @@ public class GameData {
@Getter private static DataTable<WorldClassDef> WorldClassDataTable = new DataTable<>();
@Getter private static DataTable<GuideGroupDef> GuideGroupDataTable = new DataTable<>();
@Getter private static DataTable<HandbookDef> HandbookDataTable = new DataTable<>();
@Getter private static DataTable<StoryDef> StoryDataTable = new DataTable<>();
@Getter private static DataTable<StorySetSectionDef> StorySetSectionDataTable = new DataTable<>();