public void OnLeft() { if (controllerComponent.currentLevel > 1) { controllerComponent.ChangeLevel(-1); } }