Player ID

This commit is contained in:
2024-10-10 11:42:36 +02:00
parent 353a104675
commit eba63c4902
2 changed files with 95 additions and 16 deletions

View File

@ -12,4 +12,10 @@ message Action {
ActionType type = 1;
int32 x = 2;
int32 y = 3;
int32 player_id = 4;
}
message ServerMessage {
int32 player_id = 1;
// Add other fields for server responses
}