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