Player ID
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user