Lombokify and sort GameData

This commit is contained in:
AnimeGitB
2022-10-13 14:53:05 +10:30
parent 953272489d
commit bb342f9114
3 changed files with 97 additions and 353 deletions

View File

@@ -41,7 +41,7 @@ public class CodexReliquaryData extends GameResource {
flowerId = (flowerId/10) * 10;
sandId = (sandId/10) * 10;
GameData.getcodexReliquaryArrayList().add(this);
GameData.getcodexReliquaryIdMap().put(getSuitId(), this);
GameData.getCodexReliquaryArrayList().add(this);
GameData.getCodexReliquaryDataIdMap().put(getSuitId(), this);
}
}