Exemplo n.º 1
0
 void Start()
 {
     Instance = this;
     adSDKs   = new List <IAdSDK>();
     InitializeAdSDKs();
 }
Exemplo n.º 2
0
 void Awake()
 {
     Instance = this;
     adSDKs   = new List <IAdSDK>();
 }