C# 클래스 GalaxyStorm.Web.Areas.Planet.Controllers.FleetController

상속: UsersController
파일 보기 프로젝트 열기: Pip3r4o/GalaxyStorm-MVC

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
SetErrorMessage ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Bomber() 공개 메소드

public Bomber ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Carrier() 공개 메소드

public Carrier ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Fighter() 공개 메소드

public Fighter ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

FleetController() 공개 메소드

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
리턴 System.Web.Mvc

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Interceptor() 공개 메소드

public Interceptor ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Juggernaut() 공개 메소드

public Juggernaut ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Scout() 공개 메소드

public Scout ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

SetErrorMessage() 보호된 메소드

protected SetErrorMessage ( ) : void
리턴 void