コード例 #1
0
 public Minotaur SetMinotaur(int newColumn, int newRow)
 {
     minotaur = new Minotaur(newColumn, newRow);
     minotaur.SetGame(this);
     return minotaur;
 }