Exemple #1
0
 public void BackPressed()
 {
     if (!PanelManager.IsInInvestigatorPanel)
     {
         panelManager.GoToInvestigatorPanel();
     }
     else
     {
         backModalWindows.ModalWindowIn();
     }
 }
 public void SetInvestigator(InvNCardComponent investigator)
 {
     this.investigator = investigator;
     description.text  = "¿Deseas retirar a " + investigator.Info.Name + "?";
     modalWindows.ModalWindowIn();
 }