8 lines
141 B
Protocol Buffer
8 lines
141 B
Protocol Buffer
syntax = "proto2";
|
|
import "game_event.proto";
|
|
|
|
message Event_Leave {
|
|
extend GameEvent {
|
|
optional Event_Leave ext = 1001;
|
|
}
|
|
}
|