Class: Configs::Project::GameOptions
- Defined in:
- scripts/00021 ProjectConfig.rb
Overview
Option configurations
Instance Attribute Summary collapse
-
#order ⇒ Array<Symbol>
Get the order of options.
Instance Method Summary collapse
Instance Attribute Details
#order ⇒ Array<Symbol>
Get the order of options
112 113 114 |
# File 'scripts/00021 ProjectConfig.rb', line 112 def order @order end |
Instance Method Details
#options=(v)
118 119 120 |
# File 'scripts/00021 ProjectConfig.rb', line 118 def (v) # 000 end |