I am trying to test out my mod to see if it works.
I got a error on startup of the game: Uncaught Syntax Error: Unexpected Token {
Code:
var ModConfig = {};
(function () {
ModConfig.enabledMods = [
{ script: 'gdt-modAPI/modAPI.js'},
{ script: 'ExpansionPack/ExpansionPack.js'},
{ script: 'Game-Dev-Tycoon-Mod/game-dev-tycoon-mod.js'}
];
})();