C# Class CheckTeamState, MagesOfBlight

Handles switching the current acting
Inheritance: BaseCombatState
Mostra file Open project: DomCristaldi/MagesOfBlight

Public Methods

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

Private Methods

Method Description
CheckEndBattle ( ) : bool

Method Details

CheckTeamState() public method

public CheckTeamState ( 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