getGameDir method

  1. @override
String getGameDir()
override

Gets the game directory.

Returns the path to the game directory.

Implementation

@override
String getGameDir() {
  return _gameDir;
}