C# 클래스 Questor.Modules.CourierMission

파일 보기 프로젝트 열기: rixim/Questor

공개 메소드들

메소드 설명
CourierMission ( ) : System

Arm does nothing but get into a (assembled) shuttle

ProcessState ( ) : void

Goto the pickup location Pickup the item Goto drop off location Drop the item Goto Agent Complete mission

비공개 메소드들

메소드 설명
GotoMissionBookmark ( long agentId, string title ) : bool
MoveItem ( bool pickup ) : bool

메소드 상세

CourierMission() 공개 메소드

Arm does nothing but get into a (assembled) shuttle
public CourierMission ( ) : System
리턴 System

ProcessState() 공개 메소드

Goto the pickup location Pickup the item Goto drop off location Drop the item Goto Agent Complete mission
public ProcessState ( ) : void
리턴 void