using System.Collections.Generic; using UnityEngine; public class OrbData : MonoBehaviour { public static float spawnRate = .1f; public static float minHeight = 0f; public static float maxHeight = 8f; }