mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
7 lines
135 B
Protocol Buffer
7 lines
135 B
Protocol Buffer
import "game_event_context.proto";
|
|
|
|
message Context_MoveCard {
|
|
extend GameEventContext {
|
|
optional Context_MoveCard ext = 1004;
|
|
}
|
|
}
|