Ejemplo n.º 1
0
 public void Deactivate()
 {
     //unsubscribe from changes in player input
     MyEvents.PlayerEnteredNewInput.UnSubscribe(this);
     this.textBox.SetActive(false);
     toggleActiveButtonText.text = model.GetTitle();
     SetStoryToRoot();
 }