version 1.3

This commit is contained in:
2023-01-02 00:08:18 +05:30
parent 8faf4476ed
commit af487ad62d
581 changed files with 145027 additions and 809 deletions

View File

@@ -97,6 +97,7 @@ public class AdsManager : MonoBehaviour
}
public async void ShowInterestitial(){
Debug.Log("Showing int ad");
interstitial.Show();
await Task.Delay(10000);
LoadInterestitial();