using UnityEngine; namespace UnityAtoms { [CreateAssetMenu(menuName = "UnityAtoms/Game Events/Float")] public class FloatEvent : GameEvent { } }