/// <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(); }