Ejemplo n.º 1
0
 /// <summary>
 /// What to do when the player looses the level by being caught by the stalker
 /// </summary>
 public void LevelLostCaughtByStalker()
 {
     objectivesCardScript.ForceCardToBeShow();
     guiObjectivesCardScript.IconShowCaughtByStalker();
     guiLevelEnd.SetGUILevelLostCaughtByStalker();
 }