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