Module: GamePlay::OptionsMixin
- Included in:
- Options
- Defined in:
- docs/4_Systems_105_Options.rb
Overview
Mixin allowing people to know what’s the output of the Option scene
Instance Attribute Summary collapse
-
#modified_options ⇒ Array<Symbol>
readonly
List of options that were modifies.
Instance Attribute Details
#modified_options ⇒ Array<Symbol> (readonly)
List of options that were modifies
220 221 222 |
# File 'docs/4_Systems_105_Options.rb', line 220 def @modified_options end |