7 lines
127 B
Protocol Buffer
7 lines
127 B
Protocol Buffer
import "game_commands.proto";
|
|
message Command_LeaveGame {
|
|
extend GameCommand {
|
|
optional Command_LeaveGame ext = 1001;
|
|
}
|
|
}
|
|
|