(TexturePack pack, SourceGame game)
| 113 | } |
| 114 | |
| 115 | public static void updateTextures(TexturePack pack, SourceGame game) { |
| 116 | File srcFolder = pack.getFolder(); |
| 117 | File materiaPath = game.getMatriealPath(pack); |
| 118 | TextureFolderMover.copyFolder(srcFolder, materiaPath); |
| 119 | } |
| 120 | } |
nothing calls this directly
no test coverage detected