using UnityEngine; using System.Collections; using System.Collections.Generic; namespace Invector { public class vItemAttributes : ScriptableObject { public List attributes = new List(); } }