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