BitCollectors.QfgCharacterEditor.WebUI.Controllers.CharacterController.Inventory C# (CSharp) Method

Inventory() public method

public Inventory ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Inventory()
        {
            return RedirectToAction("General");
        }

Same methods

CharacterController::Inventory ( QfgCharacter qfgCharacter ) : System.Web.Mvc.ActionResult