mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
7 lines
163 B
Protocol Buffer
7 lines
163 B
Protocol Buffer
import "game_event_context.proto";
|
|
|
|
message Context_ConnectionStateChanged {
|
|
extend GameEventContext {
|
|
optional Context_ConnectionStateChanged ext = 1007;
|
|
}
|
|
}
|