C# Class AILogicState, MagesOfBlight

Inheritance: BaseCombatState
Datei anzeigen Open project: DomCristaldi/MagesOfBlight

Public Methods

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

Method Details

AILogicState() public method

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