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