mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
9 lines
190 B
Protocol Buffer
9 lines
190 B
Protocol Buffer
syntax = "proto2";
|
|
import "game_event.proto";
|
|
|
|
message Event_UndoDrawFailed {
|
|
extend GameEvent {
|
|
optional Event_UndoDrawFailed ext = 2022;
|
|
}
|
|
optional sint32 phase = 1;
|
|
}
|