A Player moves of one or several squares.Client <-> Server. More...
#include <Player.hh>

Public Member Functions | |
| MsgMove (int client_id=-1) | |
Public Attributes | |
| int | player_id |
| Moving Player. | |
| int | nb_move |
| Length of the move. | |
| struct { | |
| int row | |
| int col | |
| } | moves [MAX_MOVE] |
A Player moves of one or several squares.
Client <-> Server.
1.6.3