Class: Configs::Project::GameOptions

Inherits:
Object
  • Object
show all
Defined in:
scripts/00021 ProjectConfig.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>)


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 options=(v)
  # 000
end