void Start() { Instance = this; adSDKs = new List <IAdSDK>(); InitializeAdSDKs(); }
void Awake() { Instance = this; adSDKs = new List <IAdSDK>(); }