예제 #1
0
 def __init__(self, location, room):
     Site.__init__(self, location, room)
예제 #2
0
 def __init__(self, location, room):
     Site.__init__(self, location, room)
     self.quiz_num = 0
     self.quiz_answer = 0
예제 #3
0
 def __init__(self, location, room):
     Site.__init__(self, location, room)
     self.select_num = 0
예제 #4
0
 def __init__(self, location, room):
     """ 根据角色level 决定可以加多少学力点
     :param room:
     """
     Site.__init__(self, location, room)
     Building.__init__(self)