C# Class ConfirmActionState, MagesOfBlight

State to act as final confirmation lock before finally deciding to perform an action WARNING: Future plans to add Confirmation Lock to the BaseCombatState will make this class obsolete
Inheritance: BaseCombatState
Afficher le fichier Open project: DomCristaldi/MagesOfBlight

Méthodes publiques

Méthode Description
ConfirmActionState ( BattleManager, thisCombatPhase, bool canUndo = true, bool canHoverGrid = false ) : System.Collections.Generic
InitState ( ) : void
UpdateState ( ) : void

Method Details

ConfirmActionState() public méthode

public ConfirmActionState ( BattleManager, thisCombatPhase, bool canUndo = true, bool canHoverGrid = false ) : System.Collections.Generic
thisCombatPhase BattleManager,
canUndo bool
canHoverGrid bool
Résultat System.Collections.Generic

InitState() public méthode

public InitState ( ) : void
Résultat void

UpdateState() public méthode

public UpdateState ( ) : void
Résultat void