mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-27 21:23:28 -08:00
8 lines
163 B
Protocol Buffer
8 lines
163 B
Protocol Buffer
import "game_event_context.proto";
|
|
|
|
message Context_ConnectionStateChanged {
|
|
extend GameEventContext {
|
|
optional Context_ConnectionStateChanged ext = 1007;
|
|
}
|
|
}
|