示例#1
0
 def __init__(self):
     Flora.__init__(self, "Mountain Apple Tree", 17)
     IClay.__init__(self)
示例#2
0
 def __init__(self):
     Flora.__init__(self, "Rainbow Eucalyptus Tree", 8)
     ILoamy.__init__(self)
示例#3
0
 def __init__(self):
     Flora.__init__(self, "Silversword", 22)
     ISilt.__init__(self)
 def __init__(self):
     Flora.__init__(self, "Blue Jade Vine", 0)
     ISilt.__init__(self)
     IMarsh.__init__(self)