C# Class IdleLandsRedux.GameLogic.BusinessLogic.BattleActions.BattleAction

Inheritance: IBattleAction
Mostrar archivo Open project: IdleLands/IdleLandsRedux

Public Methods

Method Description
ActionDone ( ) : void
ActionExecute ( ) : void

Method Details

ActionDone() public abstract method

public abstract ActionDone ( ) : void
return void

ActionExecute() public abstract method

public abstract ActionExecute ( ) : void
return void