예제 #1
0
 public void unpackResources(File outFolder) throws IOException {
   resourceParser.unpackDat(outFolder);
 }
예제 #2
0
 public void unpackData(File outFolder) throws IOException {
   dataParser.unpackDat(outFolder);
 }