Class: Configs::Project::Infos
Overview
Information about the game
Instance Attribute Summary collapse
-
#game_title ⇒ String
Get the game title.
-
#game_version ⇒ Integer
Get the game version.
Instance Attribute Details
#game_title ⇒ String
Get the game title
253 254 255 |
# File 'scripts/00021 ProjectConfig.rb', line 253 def game_title @game_title end |
#game_version ⇒ Integer
Get the game version
257 258 259 |
# File 'scripts/00021 ProjectConfig.rb', line 257 def game_version @game_version end |