def game4096MultiplayerRequest(jsonObj):
    return Game4096_multiplayer_handler.request_box(jsonObj)
def game4096MultiplayerMatchId(jsonObj):
    return Game4096_multiplayer_handler.join_match(jsonObj)
def game4096MultiplayerSend(jsonObj):
    return Game4096_multiplayer_handler.submit_box(jsonObj)