class NewGame
Attributes
char_name[RW]
Not using this right now. Later, I hope to support multiple characters and then I will move the newgame stuff into here. Need a save file with multiple lines support first
save_slot[RW]
Not using this right now. Later, I hope to support multiple characters and then I will move the newgame stuff into here. Need a save file with multiple lines support first
Public Class Methods
new(new_game)
click to toggle source
# File lib/destiny.rb, line 92 def initialize new_game @new_game = new_game end