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
393 394 395 |
# File 'docs/000_a_root.rb', line 393 def game_title @game_title end |
#game_version ⇒ Integer
Get the game version
396 397 398 |
# File 'docs/000_a_root.rb', line 396 def game_version @game_version end |