using System.Collections.Generic; using UnityEngine; public class RodLevelAttributeRoot : MonoBehaviour { public List rodAttributes = new List(); }