getGameDir method
Gets the base game directory.
Returns the path to the game directory.
Implementation
String getGameDir() {
return _gameDir;
}
Gets the base game directory.
Returns the path to the game directory.
String getGameDir() {
return _gameDir;
}