C# 클래스 ConfirmActionState, MagesOfBlight

State to act as final confirmation lock before finally deciding to perform an action WARNING: Future plans to add Confirmation Lock to the BaseCombatState will make this class obsolete
상속: BaseCombatState
파일 보기 프로젝트 열기: DomCristaldi/MagesOfBlight

공개 메소드들

메소드 설명
ConfirmActionState ( BattleManager, thisCombatPhase, bool canUndo = true, bool canHoverGrid = false ) : System.Collections.Generic
InitState ( ) : void
UpdateState ( ) : void

메소드 상세

ConfirmActionState() 공개 메소드

public ConfirmActionState ( BattleManager, thisCombatPhase, bool canUndo = true, bool canHoverGrid = false ) : System.Collections.Generic
thisCombatPhase BattleManager,
canUndo bool
canHoverGrid bool
리턴 System.Collections.Generic

InitState() 공개 메소드

public InitState ( ) : void
리턴 void

UpdateState() 공개 메소드

public UpdateState ( ) : void
리턴 void