Module: GamePlay::MenuMixin
- Included in:
- Menu
- Defined in:
- docs/4_Systems_100_Menu.rb
Overview
Module defining the IO of the menu scene so user know what to expect
Instance Attribute Summary collapse
-
#call_skill_process ⇒ Array, Proc
Get the process that is executed when a skill is used somewhere.
Instance Method Summary collapse
-
#execute_skill_process
Execute the skill process.
Instance Attribute Details
#call_skill_process ⇒ Array, Proc
Get the process that is executed when a skill is used somewhere
6 7 8 |
# File 'docs/4_Systems_100_Menu.rb', line 6 def call_skill_process @call_skill_process end |
Instance Method Details
#execute_skill_process
Execute the skill process
8 9 |
# File 'docs/4_Systems_100_Menu.rb', line 8 def execute_skill_process end |