getLibrariesDir method
Gets the directory for storing game libraries.
Returns the normalized path to the libraries directory.
Implementation
String getLibrariesDir() {
return normalizePath(p.join(_gameDir, 'libraries'));
}
Gets the directory for storing game libraries.
Returns the normalized path to the libraries directory.
String getLibrariesDir() {
return normalizePath(p.join(_gameDir, 'libraries'));
}