コード例 #1
0
ファイル: instances.py プロジェクト: pmachata/unnamable
 def __init__(self, proto):
     Subject.__init__(self, proto)
     self.m_exhausted = False
コード例 #2
0
ファイル: instances.py プロジェクト: pmachata/unnamable
 def __init__ (self, proto):
     Subject.__init__ (self, proto)
     self.m_exhausted = False
コード例 #3
0
ファイル: instances.py プロジェクト: pmachata/unnamable
 def __init__(self, proto):
     ObjectWithLocation.__init__(self, None)
     Subject.__init__(self, proto)
     self.m_combat_check = None
コード例 #4
0
ファイル: instances.py プロジェクト: pmachata/unnamable
 def __init__ (self, proto):
     ObjectWithLocation.__init__ (self, None)
     Subject.__init__ (self, proto)
     self.m_combat_check = None