Files
Cockatrice/common/pb/event_game_host_changed.proto
T
2015-08-25 23:40:08 -04:00

10 lines
163 B
Protocol Buffer

syntax = "proto2";
import "game_event.proto";
message Event_GameHostChanged {
extend GameEvent {
optional Event_GameHostChanged ext = 1003;
}
}