Class: Configs::Project::Infos

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

Overview

Information about the game

Instance Attribute Summary collapse

Instance Attribute Details

#game_titleString

Get the game title

Returns:



393
394
395
# File 'docs/000_a_root.rb', line 393

def game_title
  @game_title
end

#game_versionInteger

Get the game version

Returns:

  • (Integer)


396
397
398
# File 'docs/000_a_root.rb', line 396

def game_version
  @game_version
end