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