Cockatrice/common/pb/context_deck_select.proto
Lukas Brübach 0e45652f3f Add option to share decklists on load.
Took 1 hour 58 minutes

Took 9 minutes


Took 39 minutes
2025-08-13 18:09:08 +02:00

11 lines
294 B
Protocol Buffer

syntax = "proto2";
import "game_event_context.proto";
message Context_DeckSelect {
extend GameEventContext {
optional Context_DeckSelect ext = 1002;
}
optional string deck_hash = 1;
optional int32 sideboard_size = 2 [default = -1];
optional string deck_list = 3;
}