C# 클래스 AiCombatantManager, FetchQuest

상속: ICombatantManager
파일 보기 프로젝트 열기: uwgb-socsc/FetchQuest

공개 메소드들

메소드 설명
getAction ( ) : CombatAction,
hasAction ( ) : bool
setup ( List participants ) : void

메소드 상세

getAction() 공개 메소드

public getAction ( ) : CombatAction,
리턴 CombatAction,

hasAction() 공개 메소드

public hasAction ( ) : bool
리턴 bool

setup() 공개 메소드

public setup ( List participants ) : void
participants List
리턴 void