mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 18:40:12 +03:00
works 4.0 in-game
This commit is contained in:
@@ -15,21 +15,19 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
import "ItemParam.proto";
|
||||
// CmdId: 698
|
||||
// Obf: BKHCHIAKGAO
|
||||
// CmdId: 27346
|
||||
// Obf: FPLEFMOIOGE
|
||||
message CombineRsp {
|
||||
uint32 combine_id = 3;
|
||||
uint64 avatar_guid = 9;
|
||||
uint32 combine_count = 7;
|
||||
repeated ItemParam totalExtraItemList = 10;
|
||||
repeated ItemParam cost_item_list = 1;
|
||||
repeated ItemParam result_item_list = 11;
|
||||
int32 retcode = 13;
|
||||
repeated ItemParam totalRandomItemList = 4;
|
||||
repeated ItemParam total_return_item_list = 8;
|
||||
uint32 combine_id = 7;
|
||||
uint32 combine_count = 3;
|
||||
repeated ItemParam totalExtraItemList = 13;
|
||||
repeated ItemParam total_return_item_list = 15;
|
||||
repeated ItemParam totalRandomItemList = 11;
|
||||
repeated ItemParam uk10 = 10;
|
||||
uint64 avatar_guid = 5;
|
||||
int32 retcode = 6;
|
||||
repeated ItemParam result_item_list = 8;
|
||||
repeated ItemParam cost_item_list = 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user