Esempio n. 1
0
    public void TalkiveTest()
    {
        // Have an NPC Leave a conversation
        NPC npc = new NPC();
        npc.GoodBye();

        // Test that they can be talked to again.
        Assert.IsTrue(npc.Talkative);
    }