using System.Collections.Generic; using UnityEngine; namespace MTE { internal class ObjectDetailList : ScriptableObject { public List list; } }