using UnityEngine; using System.Collections.Generic; [System.Serializable] public class EnviroWeatherPrefab : MonoBehaviour { public EnviroWeatherPreset weatherPreset; [HideInInspector]public List effectSystems = new List(); [HideInInspector]public List effectEmmisionRates = new List(); }