public void WaterGround() { if (pump.isEnoughWater(10)) { groundController.ChangeWateringLevel(10f); pump.ChangeWaterLevel(-10f); } }