ChestClient.Controllers.GameController.Free C# (CSharp) Méthode

Free() public méthode

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