C# Class DialogueState, MagesOfBlight

Inheritance: BaseCombatState
Show file Open project: DomCristaldi/MagesOfBlight Class Usage Examples

Public Methods

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

Method Details

DialogueState() public method

public DialogueState ( BattleManager, thisCombatPhase, BattleManager, nextCombatPhase, bool canUndo = false, bool canHoverGrid = false ) : System.Collections
thisCombatPhase BattleManager,
nextCombatPhase 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