7 lines
120 B
Protocol Buffer
7 lines
120 B
Protocol Buffer
import "response.proto";
|
|
|
|
message Response_AdjustMod{
|
|
extend Response {
|
|
optional Response_AdjustMod ext = 1011;
|
|
}
|
|
}
|