mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-02 16:20:12 -08:00
8 lines
135 B
Protocol Buffer
8 lines
135 B
Protocol Buffer
import "game_event_context.proto";
|
|
|
|
message Context_MoveCard {
|
|
extend GameEventContext {
|
|
optional Context_MoveCard ext = 1004;
|
|
}
|
|
}
|