Class: GameData::Daycare::IncenseInfo

Inherits:
Struct
  • Object
show all
Defined in:
scripts/00800 GameData/00900 Constants/02300 Daycare.rb

Overview

Structure holding the information about the insence the male should hold and the baby that will be generated

Instance Attribute Summary collapse

Instance Attribute Details

#babyObject

Returns the value of attribute baby

Returns:

  • (Object)

    the current value of baby



41
42
43
# File 'scripts/00800 GameData/00900 Constants/02300 Daycare.rb', line 41

def baby
  @baby
end

#incenseObject

Returns the value of attribute incense

Returns:

  • (Object)

    the current value of incense



41
42
43
# File 'scripts/00800 GameData/00900 Constants/02300 Daycare.rb', line 41

def incense
  @incense
end