示例#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)