using UnityEngine; namespace UnityAtoms { [CreateAssetMenu(menuName = "Unity Atoms/Lists/Int")] public class IntList : ScriptableObjectList { } }