C# 클래스 TargetSelectionState, MagesOfBlight

State that handles selecting a tile for an Action from ActionSelectionState
상속: BaseCombatState
파일 보기 프로젝트 열기: DomCristaldi/MagesOfBlight

공개 메소드들

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

메소드 상세

EndState() 공개 메소드

public EndState ( ) : void
리턴 void

InitState() 공개 메소드

public InitState ( ) : void
리턴 void

TargetSelectionState() 공개 메소드

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

UpdateState() 공개 메소드

public UpdateState ( ) : void
리턴 void