Ejemplo n.º 1
0
 // Calling showing next alert in queue and destroying this one.
 void OnComplete()
 {
     InfoPanel.InitializeNextAlert();
     Destroy(this.gameObject);
 }