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