예제 #1
0
파일: rooms.py 프로젝트: retooth/shmudder
 def __init__ (self, anchor, direction):
     Addressable.__init__(self)
     self.anchor    = anchor
     self.direction = direction
예제 #2
0
 def __init__ (self):
     Improvable.__init__(self)
     Addressable.__init__(self)
     self.collection = None
예제 #3
0
 def __init__ (self):
     Addressable.__init__(self)
     self.item = None
예제 #4
0
 def __init__ (self):
     Addressable.__init__(self)
     CharacterCollection.__init__(self)
     self.autofollow = False
예제 #5
0
 def __init__ (self):
     Improvable.__init__(self)
     Addressable.__init__(self)