Ejemplo n.º 1
0
 public void TalikingButtonPushed()
 {
     if (talk.GetConversationPartner() != null)
     {
         SetState(State.Talk);
     }
 }