Exemplo n.º 1
0
        public void EquipActionCallsCorrectActorAction()
        {
            var action = new Equip(_testPlayer, "");

            Assert.Equal("equip", action.Do().ToString());
        }