Exemplo n.º 1
0
 def updatePlayerDBInfo(self):
     '''更新角色在数据库中的数据'''
     dbCharacter.updatePlayerDB(self)
     self.zhanyi.updateCharacterZhangjie()
     self.stopAllTimer()
Exemplo n.º 2
0
 def updatePlayerDBInfo(self):
     '''更新角色在数据库中的数据'''
     dbCharacter.updatePlayerDB(self)
     self.zhanyi.updateCharacterZhangjie()
     self.stopAllTimer()
Exemplo n.º 3
0
 def WritePlayerDBInfo(self):
     '''写入角色数据库信息
     '''
     dbCharacter.updatePlayerDB(self)
     self.zhanyi.updateCharacterZhangjie()
Exemplo n.º 4
0
 def WritePlayerDBInfo(self):
     '''写入角色数据库信息
     '''
     dbCharacter.updatePlayerDB(self)
     self.zhanyi.updateCharacterZhangjie()