public void ReceiveInput(int newValue) { value = newValue; number.text = (value != 0) ? value.ToString() : ""; board.SetInputRiddle(x1, y1, value); }