Ejemplo n.º 1
0
 def __init__(self):
     Actor.__init__(self)
     self.alive = True
Ejemplo n.º 2
0
 def __init__(self):
     Actor.__init__(self)
     self.Count=0
     self.startTime = time.time()
Ejemplo n.º 3
0
 def __init__(self):
     Actor.__init__(self)
     self.damage = 0
Ejemplo n.º 4
0
 def __init__(self):
     Actor.__init__(self)
     self.TenSecCount = 0
     self.ThreeSecCount = 0
Ejemplo n.º 5
0
 def __init__(self):
     Actor.__init__(self)
     self.alive = True
Ejemplo n.º 6
0
 def __init__(self):
     Actor.__init__(self)
     self.damage = 0
Ejemplo n.º 7
0
 def __init__(self):
     Actor.__init__(self)
     self.Count = 0
     self.startTime = time.time()
Ejemplo n.º 8
0
 def __init__(self):
     Actor.__init__(self)
     self.TenSecCount = 0
     self.ThreeSecCount = 0