Class: GamesAndRpgParadise::Godmode::TimeHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/games_and_rpg_paradise/games/godmode/time.rb

Overview

GamesAndRpgParadise::Godmode::TimeHandler

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTimeHandler

#

initialize

#


20
21
22
# File 'lib/games_and_rpg_paradise/games/godmode/time.rb', line 20

def initialize
  @n_days = 0
end

Instance Attribute Details

#n_daysObject (readonly)

Returns the value of attribute n_days.



13
14
15
# File 'lib/games_and_rpg_paradise/games/godmode/time.rb', line 13

def n_days
  @n_days
end