C# Class EnterCombatState, MagesOfBlight

State that handles entering a battle Places all agents on the closest tile
Inheritance: BaseCombatState
ファイルを表示 Open project: DomCristaldi/MagesOfBlight

Public Methods

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

Method Details

EndState() public method

public EndState ( ) : void
return void

EnterCombatState() public method

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

UpdateState() public method

public UpdateState ( ) : void
return void