Beispiel #1
0
 void OnTouch()
 {
     // makes the enemy move two instead of one
     enemy.TrapMove();
     // removes this cell
     board.ChangeCell(player.cellPosX, player.cellPosY, Cell.CellType.NONE);
 }