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