public static void AddBoolPersistentListener(UnityEventBase unityEvent, UnityAction <bool> call, bool argument) { unityEvent.AddBoolPersistentListener(call, argument); }