Exemplo n.º 1
0
 public override void Act()
 {
     presenter.SetUp(this, line, false);
     PickUp();
     transform.gameObject.SetActive(false);
 }
Exemplo n.º 2
0
 public void SendDialogue()
 {
     presenter.SetUp(Inter(), GetLine(), true);
 }