servatrice/common/pb/response_adjust_mod.proto

7 lines
120 B
Protocol Buffer

import "response.proto";
message Response_AdjustMod{
extend Response {
optional Response_AdjustMod ext = 1011;
}
}