(String location)
| 36 | } |
| 37 | |
| 38 | public static void createGachaMapping(String location) throws Exception { |
| 39 | ToolsWithLanguageOption.createGachaMapping(location, getLanguageOption()); |
| 40 | } |
| 41 | |
| 42 | public static List<String> getAvailableLanguage() { |
| 43 | File textMapFolder = new File(RESOURCE("TextMap")); |
no test coverage detected