31323334353637
private String worldName; // Responses private ResponseCancelToJoinGame responseCancelToJoinGame; public RequestCancelToJoinGame() { responses.add(responseCancelToJoinGame = new ResponseCancelToJoinGame()); }