mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-29 06:05:30 -08:00
9 lines
164 B
Protocol Buffer
9 lines
164 B
Protocol Buffer
import "game_event_context.proto";
|
|
|
|
message Context_Mulligan {
|
|
extend GameEventContext {
|
|
optional Context_Mulligan ext = 1005;
|
|
}
|
|
optional uint32 number = 1;
|
|
}
|