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 4ffda39b12
commit aae799f9a7
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;
}
}