Class: Configs::Project::GameOptions

Inherits:
Object
  • Object
show all
Defined in:
docs/000_a_root.rb

Overview

Option configurations

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#orderArray<Symbol>

Get the order of options

Returns:

  • (Array<Symbol>)


294
295
296
# File 'docs/000_a_root.rb', line 294

def order
  @order
end

Instance Method Details

#options=(v)

Set the options of the game

Parameters:

  • v (nil)


299
300
# File 'docs/000_a_root.rb', line 299

def options=(v)
end