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