Start a new forge (no checking for now).

This commit is contained in:
ImmuState
2022-06-04 13:14:49 -07:00
committed by Melledy
parent e5498e373e
commit 5db5c90a8b
3 changed files with 126 additions and 47 deletions

View File

@@ -368,4 +368,8 @@ public class GameData {
public static Int2ObjectMap<QuestData> getQuestDataMap() {
return questDataMap;
}
public static Int2ObjectMap<ForgeData> getForgeDataMap() {
return forgeDataMap;
}
}