Class: Configs::Project::Infos

Inherits:
Object
  • Object
show all
Defined in:
scripts/00021 ProjectConfig.rb

Overview

Information about the game

Instance Attribute Summary collapse

Instance Attribute Details

#game_titleString

Get the game title

Returns:



253
254
255
# File 'scripts/00021 ProjectConfig.rb', line 253

def game_title
  @game_title
end

#game_versionInteger

Get the game version

Returns:



257
258
259
# File 'scripts/00021 ProjectConfig.rb', line 257

def game_version
  @game_version
end