mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-24 20:10:02 -08:00
9 lines
201 B
Protocol Buffer
9 lines
201 B
Protocol Buffer
syntax = "proto2";
|
|
import "game_commands.proto";
|
|
message Command_SetSideboardLock {
|
|
extend GameCommand {
|
|
optional Command_SetSideboardLock ext = 1030;
|
|
}
|
|
optional bool locked = 1;
|
|
}
|