예제 #1
0
 /// <summary>
 /// Awake is called when the script instance is being loaded.
 /// </summary>
 void Awake()
 {
     if (main == null)
     {
         main = this;
     }
 }
예제 #2
0
 /// <summary>
 /// Awake is called when the script instance is being loaded.
 /// </summary>
 void Awake()
 {
     if (main == null)
     {
         main = this;
     }
     isAdVideoFinish = false;
     enableBanner    = true;
 }