コード例 #1
0
def requestGlobalScore(jsonObj):
    return Highscorehandler.get_global_highscore(jsonObj)
コード例 #2
0
def requestOwnScore(jsonObj):
    return Highscorehandler.get_highscore(jsonObj)
コード例 #3
0
def sendScore(jsonObj):
    return Highscorehandler.add_Highscore(jsonObj)