C# Class 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
Inheritance: BaseCombatState
ファイルを表示 Open project: DomCristaldi/MagesOfBlight

Public Methods

Method Description
ConfirmActionState ( BattleManager, thisCombatPhase, bool canUndo = true, bool canHoverGrid = false ) : System.Collections.Generic
InitState ( ) : void
UpdateState ( ) : void

Method Details

ConfirmActionState() public method

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

InitState() public method

public InitState ( ) : void
return void

UpdateState() public method

public UpdateState ( ) : void
return void