コード例 #1
0
 public void PrepareGameboard()
 {
     gameBoard.InitBackground();
     gameBoard.InitTiles();
     gameBoard.InitCharacters();
 }