Exemplo n.º 1
0
 private void OnLevelWasLoaded()
 {
     if (GameInformation.WonFight)
     {
         tempChallenge = new BaseChallenge();
         DisplayWonFightPopup();
     }
 }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     if (!GameInformation.WonFight)
     {
         DisablePopups();
     }
     tempChallenge            = new BaseChallenge();
     GameInformation.WonFight = false;
 }