mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-05-09 20:33:34 -05:00
8 lines
141 B
Protocol Buffer
8 lines
141 B
Protocol Buffer
import "game_event_context.proto";
|
|
|
|
message Context_PingChanged {
|
|
extend GameEventContext {
|
|
optional Context_PingChanged ext = 1006;
|
|
}
|
|
}
|