C# Class GalaxyStorm.Web.Areas.Planet.Controllers.FleetController

Inheritance: UsersController
Mostrar archivo Open project: Pip3r4o/GalaxyStorm-MVC

Public Methods

Method Description
Bomber ( ) : System.Web.Mvc.ActionResult
Carrier ( ) : System.Web.Mvc.ActionResult
Fighter ( ) : System.Web.Mvc.ActionResult
FleetController ( IPlayerService playerService, IBuildingsService buildingsService, IFleetService fleetService, ITechnologiesService techService, ILogicProvider logic, IBackgroundWorkerService worker ) : System.Web.Mvc
Index ( ) : System.Web.Mvc.ActionResult
Interceptor ( ) : System.Web.Mvc.ActionResult
Juggernaut ( ) : System.Web.Mvc.ActionResult
Scout ( ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
SetErrorMessage ( ) : void

Private Methods

Method Description
GetCheaperFleetModifier ( string userId ) : double
RecruitBombers ( int amount ) : System.Web.Mvc.ActionResult
RecruitCarriers ( int amount ) : System.Web.Mvc.ActionResult
RecruitFighters ( int amount ) : System.Web.Mvc.ActionResult
RecruitInterceptors ( int amount ) : System.Web.Mvc.ActionResult
RecruitJuggernauts ( int amount ) : System.Web.Mvc.ActionResult
RecruitScouts ( int amount ) : System.Web.Mvc.ActionResult

Method Details

Bomber() public method

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

Carrier() public method

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

Fighter() public method

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

FleetController() public method

public FleetController ( IPlayerService playerService, IBuildingsService buildingsService, IFleetService fleetService, ITechnologiesService techService, ILogicProvider logic, IBackgroundWorkerService worker ) : System.Web.Mvc
playerService IPlayerService
buildingsService IBuildingsService
fleetService IFleetService
techService ITechnologiesService
logic ILogicProvider
worker IBackgroundWorkerService
return System.Web.Mvc

Index() public method

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

Interceptor() public method

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

Juggernaut() public method

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

Scout() public method

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

SetErrorMessage() protected method

protected SetErrorMessage ( ) : void
return void