Class: Battle::Actions::Attack::Encore
- Inherits:
-
Battle::Actions::Attack
- Object
- Base
- Battle::Actions::Attack
- Battle::Actions::Attack::Encore
- Defined in:
- docs/5_Battle_05_Actions.rb
Overview
Action describing the action forced by Encore
Instance Attribute Summary
Attributes inherited from Battle::Actions::Attack
#ignore_speed, #launcher, #move, #pursuit_enabled
Instance Method Summary collapse
-
#execute
Execute the action.
Methods inherited from Battle::Actions::Attack
#<=>, #dancer_sub_launchers, #initialize, #mycelium_might_priority, #priority, #target
Methods inherited from Base
Constructor Details
This class inherits a constructor from Battle::Actions::Attack
Instance Method Details
#execute
Execute the action
72 73 |
# File 'docs/5_Battle_05_Actions.rb', line 72 def execute end |