Esempio n. 1
0
 def __init__(self, proto):
     Subject.__init__(self, proto)
     self.m_exhausted = False
Esempio n. 2
0
 def __init__ (self, proto):
     Subject.__init__ (self, proto)
     self.m_exhausted = False
Esempio n. 3
0
 def __init__(self, proto):
     ObjectWithLocation.__init__(self, None)
     Subject.__init__(self, proto)
     self.m_combat_check = None
Esempio n. 4
0
 def __init__ (self, proto):
     ObjectWithLocation.__init__ (self, None)
     Subject.__init__ (self, proto)
     self.m_combat_check = None