Esempio n. 1
0
 public static void ShowInterstitial(float time)
 {
     if (Instance)
     {
         Instance.Invoke("Show", time);
     }
 }