mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-25 04:14:34 -08:00
7 lines
124 B
Protocol Buffer
7 lines
124 B
Protocol Buffer
import "game_commands.proto";
|
|
message Command_UndoDraw {
|
|
extend GameCommand {
|
|
optional Command_UndoDraw ext = 1007;
|
|
}
|
|
}
|