Beispiel #1
0
    // Use this for initialization
    void Start()
    {
        AirScript.setConfig(appId, apiKey, "1", "EnableSDK", "Yes");

        AirScript.startAirBannerAdTop();
    }
Beispiel #2
0
 void Awake()
 {
     Instance = this;
 }