mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-26 12:50:46 -08:00
8 lines
151 B
Protocol Buffer
8 lines
151 B
Protocol Buffer
import "game_event_context.proto";
|
|
|
|
message Context_SetSideboardLock {
|
|
extend GameEventContext {
|
|
optional Context_SetSideboardLock ext = 1008;
|
|
}
|
|
}
|