mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update protobuf source files
Added new field 'messageType'; renamed 'responseID' to 'messageID', renamed 'responseBuf' to 'responseMsg'.
This commit is contained in:
parent
27ddc30d68
commit
608f14e920
@ -14,8 +14,9 @@ enum request_t
|
||||
|
||||
message request
|
||||
{
|
||||
optional int32 requestID = 1;
|
||||
optional request_t requestType = 2;
|
||||
optional string requestBuf = 3;
|
||||
optional string requestVal = 4;
|
||||
optional int32 messageID = 1;
|
||||
optional int32 messageType = 2;
|
||||
optional request_t requestType = 3;
|
||||
optional string requestMsg = 4;
|
||||
optional string requestVal = 5;
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
protoc --cpp_out=. sig_map.proto
|
||||
protoc --cpp_out=. sv_rcon.proto
|
||||
protoc --cpp_out=. cl_rcon.proto
|
||||
protoc64 --cpp_out=. sig_map.proto
|
||||
protoc64 --cpp_out=. sv_rcon.proto
|
||||
protoc64 --cpp_out=. cl_rcon.proto
|
||||
|
@ -14,8 +14,9 @@ enum response_t
|
||||
|
||||
message response
|
||||
{
|
||||
optional int32 responseID = 1;
|
||||
optional response_t responseType = 2;
|
||||
optional string responseBuf = 3;
|
||||
optional string responseVal = 4;
|
||||
optional int32 messageID = 1;
|
||||
optional int32 messageType = 2;
|
||||
optional response_t responseType = 3;
|
||||
optional string responseMsg = 4;
|
||||
optional string responseVal = 5;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user