mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-26 12:50:46 -08:00
9 lines
171 B
Protocol Buffer
9 lines
171 B
Protocol Buffer
import "game_event_context.proto";
|
|
|
|
message Context_DeckSelect {
|
|
extend GameEventContext {
|
|
optional Context_DeckSelect ext = 1002;
|
|
}
|
|
optional string deck_hash = 1;
|
|
}
|