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