7 lines
155 B
Protocol Buffer
7 lines
155 B
Protocol Buffer
syntax = "proto2";
|
|
import "game_commands.proto";
|
|
message Command_UndoDraw {
|
|
extend GameCommand {
|
|
optional Command_UndoDraw ext = 1007;
|
|
}
|
|
}
|