getGameDir method

String getGameDir()

Gets the base game directory.

Returns the path to the game directory.

Implementation

String getGameDir() {
  return _gameDir;
}