예제 #1
0
파일: StoryView.cs 프로젝트: ecramer89/Play
 public void Deactivate()
 {
     //unsubscribe from changes in player input
     MyEvents.PlayerEnteredNewInput.UnSubscribe(this);
     this.textBox.SetActive(false);
     toggleActiveButtonText.text = model.GetTitle();
     SetStoryToRoot();
 }