示例#1
0
 public void Test_Talk_When_In_Same_Location()
 {
     _p.Location = _lab;
     Assert.AreEqual("I have nothing to say to you, Tester", _cmdcon.ExeCmd(_p));
 }
示例#2
0
        public string FulfillRequestTo(string request, Player ofP)
        {
            CmdController manager = new CmdController(request);

            return(manager.ExeCmd(ofP));
        }