()
| 53 | private final FolderDeckCatalog commanderPreconDeckCatalog = new FolderDeckCatalog("decks/starter/commanderprecon/"); |
| 54 | |
| 55 | static public Config instance() { |
| 56 | if (currentConfig == null) |
| 57 | currentConfig = new Config(); |
| 58 | return currentConfig; |
| 59 | } |
| 60 | |
| 61 | private Config() { |
| 62 | String path = resPath(); |
no outgoing calls
no test coverage detected