JSDoc for game config util

This commit is contained in:
Vortrex
2022-08-01 11:36:34 -05:00
parent 7ccbff0ae9
commit 710f41f9da

View File

@@ -1384,6 +1384,9 @@ let placesOfOrigin = [
// ===========================================================================
/**
* @return {GameConfig} The game data
*/
function getGameConfig() {
return gameData;
}