//OnMouseDown calls MouseDown function from InputScript and gives this tile.
 public void OnMouseDown()
 {
     inputManager.MouseDown(this);
 }