OrbData.cs 216 B

123456789
  1. using System.Collections.Generic;
  2. using UnityEngine;
  3. public class OrbData : MonoBehaviour
  4. {
  5. public static float spawnRate = .1f;
  6. public static float minHeight = 0f;
  7. public static float maxHeight = 8f;
  8. }