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