C# 클래스 Questor.Modules.AgentInteraction

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

공개 메소드들

메소드 설명
AgentInteraction ( ) : System
CheckFaction ( ) : bool
CloseConversation ( ) : void
ProcessState ( ) : void

비공개 메소드들

메소드 설명
AcceptMission ( ) : void
DeclineMission ( ) : void
GetMissionDamageType ( string html ) : DamageType
LoadSpecificAmmo ( IEnumerable damageTypes ) : void
ReplyToAgent ( ) : void
WaitForConversation ( ) : void
WaitForMission ( ) : void

메소드 상세

AgentInteraction() 공개 메소드

public AgentInteraction ( ) : System
리턴 System

CheckFaction() 공개 메소드

public CheckFaction ( ) : bool
리턴 bool

CloseConversation() 공개 메소드

public CloseConversation ( ) : void
리턴 void

ProcessState() 공개 메소드

public ProcessState ( ) : void
리턴 void