1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/scripts/game_startup.js

7 lines
205 B
JavaScript
Raw Normal View History

/*
DESCRIPTION : Script called when the game is started, which should initialize the players and their units based on the game settings.
NOTES :
*/
console.write( "Game startup script done." );