Exemplo n.º 1
0
 public void GoToBar(BouncerNPC bouncer)
 {
     if (player.items.Contains("Ticket"))
     {
         Console.WriteLine("You are now in the bar");
     }
     else
     {
         bouncer.StartDialogue(0);
     }
 }