C# Class AISelectionState, MagesOfBlight

Inheritance: BaseCombatState
Mostra file Open project: DomCristaldi/MagesOfBlight

Public Methods

Method Description
AISelectionState ( BattleManager, thisCombatPhase, bool canUndo = false, bool canHoverGrid = false ) : System.Collections
InitState ( ) : void

Method Details

AISelectionState() public method

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

InitState() public method

public InitState ( ) : void
return void