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

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