prod 1
This commit is contained in:
@@ -67,8 +67,8 @@ public class AdsManager : MonoBehaviour
|
||||
}
|
||||
|
||||
private static UnityEvent onInterestitialClosed = new UnityEvent();
|
||||
public static void AddOnInterestitialClosed(UnityAction e){
|
||||
if(onInterestitialClosed==null){onInterestitialClosed = new UnityEvent();}
|
||||
public static void SetOnInterestitialClosed(UnityAction e){
|
||||
onInterestitialClosed = new UnityEvent();
|
||||
|
||||
onInterestitialClosed.AddListener(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user