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