(SourceGame game)
| 89 | } |
| 90 | |
| 91 | public static String getHammerPath(SourceGame game) { |
| 92 | return game.getGameHammerPath(Periphery.CONFIG); |
| 93 | } |
| 94 | |
| 95 | public static final String TEXTURES_NOT_OK = ""; |
| 96 | public static final String TEXTURES_OK = "Textures are in the right folder."; |
no test coverage detected