Exemple #1
0
 void InitGame()
 {
     //Call the SetupScene function of the BoardManager script, pass it current level number.
     roomCreator.SetupScene(1);
 }