mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
完善了protobuf协议文件
This commit is contained in:
@@ -18,7 +18,7 @@ syntax = "proto3";
|
||||
|
||||
import "FurnitureMakeBeHelpedData.proto";
|
||||
import "FurnitureMakeHelpData.proto";
|
||||
import "FurnitureMakeMakeInfo.proto";
|
||||
import "FurnitureMakeInfo.proto";
|
||||
import "FurnitureMakeSlot.proto";
|
||||
|
||||
package proto;
|
||||
@@ -29,7 +29,7 @@ option go_package = "./;proto";
|
||||
// EnetIsReliable: true
|
||||
message FurnitureMakeRsp {
|
||||
repeated FurnitureMakeBeHelpedData helped_data_list = 13;
|
||||
repeated FurnitureMakeMakeInfo make_info_list = 4;
|
||||
repeated FurnitureMakeInfo make_info_list = 4;
|
||||
FurnitureMakeSlot furniture_make_slot = 1;
|
||||
int32 retcode = 3;
|
||||
repeated FurnitureMakeHelpData help_data_list = 2;
|
||||
|
||||
Reference in New Issue
Block a user