Path to the instance's game root directory.
| 118 | |
| 119 | /// Path to the instance's game root directory. |
| 120 | virtual QString gameRoot() const |
| 121 | { |
| 122 | return instanceRoot(); |
| 123 | } |
| 124 | |
| 125 | /// Path to the instance's mods directory. |
| 126 | virtual QString modsRoot() const = 0; |