8 lines
158 B
Protocol Buffer
8 lines
158 B
Protocol Buffer
syntax = "proto2";
|
|
import "game_commands.proto";
|
|
message Command_LeaveGame {
|
|
extend GameCommand {
|
|
optional Command_LeaveGame ext = 1001;
|
|
}
|
|
}
|
|
|