ChestClient.Controllers.GameController.Free C# (CSharp) Method

Free() public method

public Free ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Free()
        {
            ViewBag.Title = "Свободная игра";
            return View("Game");
        }