Gets a FileHandle for a file within the directory where the default skin files should be stored
(String filename)
| 572 | * Gets a FileHandle for a file within the directory where the default skin files should be stored |
| 573 | */ |
| 574 | public static FileHandle getDefaultSkinFile(String filename) { |
| 575 | return Gdx.files.absolute(ForgeConstants.DEFAULT_SKINS_DIR + filename); |
| 576 | } |
| 577 | |
| 578 | /** |
| 579 | * Gets a FileHandle for a file within the planechase cache directory |
no outgoing calls
no test coverage detected