1#ifndef EILE_MIT_WEILE_MOVE_FIGURE_REQUEST_HPP
2#define EILE_MIT_WEILE_MOVE_FIGURE_REQUEST_HPP
7#include "common/gameState/board/Figure.hpp"
19 move_figure_request(std::string game_id, std::string player_id,
unsigned figure_idx,
unsigned space_id);
22 void WriteIntoJson(rapidjson::Value& json, rapidjson::Document::AllocatorType& allocator)
const override;
Base class for all requests that are being sent from the client to the server.
Definition ClientRequest.hpp:38
Holds the properties that are common to all ClientRequest subclasses.
Definition ClientRequest.hpp:63