Ejemplo n.º 1
0
 def __init__(self, condition=0):
     Item.__init__(self, "Clothing", condition)
Ejemplo n.º 2
0
 def __init__(self, condition=0):
     Item.__init__(self, "Decor", condition)
Ejemplo n.º 3
0
 def __init__(self, condition=0, age=1):
     Item.__init__(self, condition, age, "Electronics")
Ejemplo n.º 4
0
 def __init__(self, condition=0, age=1):
     Item.__init__(self, condition, age, "Decor")
Ejemplo n.º 5
0
 def __init__(self, condition=0):
     Item.__init__(self, "Electronics", condition)
Ejemplo n.º 6
0
 def __init__(self, condition=0, age=1):
     Item.__init__(self, condition, age, "Clothing")