C# Class ActionSelectionState, MagesOfBlight

Inheritance: BaseAbilityMenuState
Mostra file Open project: DomCristaldi/MagesOfBlight Class Usage Examples

Public Methods

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

Method Details

ActionSelectionState() public method

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

EndState() public method

public EndState ( ) : void
return void

InitState() public method

public InitState ( ) : void
return void

UpdateState() public method

public UpdateState ( ) : void
return void