6 lines
124 B
Protocol Buffer
6 lines
124 B
Protocol Buffer
import "game_commands.proto";
|
|
message Command_UndoDraw {
|
|
extend GameCommand {
|
|
optional Command_UndoDraw ext = 1007;
|
|
}
|
|
}
|