private void SpawnRandomFruit() { Vector3 randomSpawnPosition = LocationUtil.GetRandomSpot(50); MakeFruit(randomSpawnPosition, fruitPrefab); }