コード例 #1
0
ファイル: GameManager.cs プロジェクト: bazimon/resourcerers
 void InitGame()
 {
     //Call the SetupScene function of the BoardManager script, pass it current level number.
     roomCreator.SetupScene(1);
 }