using System.Collections.Generic; using UnityEngine; public class RandomMapObject : MonoBehaviour { public List spawnablePrefabs = new List(); public bool randomizePosition = true; public float spawnRange = 10f; }