namespace Zinnia.Action { using System; using UnityEngine.Events; /// /// Emits a value. /// public class BooleanAction : Action { /// /// Defines the event with the state. /// [Serializable] public class UnityEvent : UnityEvent { } } }