C# Class Controllers.GameClientController

Inheritance: Controllers.Controller
Show file Open project: SwiftAusterity/NetMud

Public Methods

Method Description
GameClientController ( ) : System.Web
GameClientController ( ApplicationUserManager userManager ) : System.Web
Index ( ) : System.Web.Mvc.ActionResult

Method Details

GameClientController() public method

public GameClientController ( ) : System.Web
return System.Web

GameClientController() public method

public GameClientController ( ApplicationUserManager userManager ) : System.Web
userManager ApplicationUserManager
return System.Web

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult