mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
Update proto 3.3
This commit is contained in:
@@ -19,18 +19,23 @@ syntax = "proto3";
|
||||
|
||||
import "FurnitureMakeBeHelpedData.proto";
|
||||
import "FurnitureMakeHelpData.proto";
|
||||
import "FurnitureMakeMakeInfo.proto";
|
||||
import "FurnitureMakeInfo.proto";
|
||||
import "FurnitureMakeSlot.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 4782
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message FurnitureMakeRsp {
|
||||
repeated FurnitureMakeBeHelpedData helped_data_list = 13;
|
||||
repeated FurnitureMakeMakeInfo make_info_list = 4;
|
||||
FurnitureMakeSlot furniture_make_slot = 1;
|
||||
int32 retcode = 3;
|
||||
repeated FurnitureMakeHelpData help_data_list = 2;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 4504;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
FurnitureMakeSlot furniture_make_slot = 13;
|
||||
repeated FurnitureMakeHelpData help_data_list = 4;
|
||||
int32 retcode = 11;
|
||||
repeated FurnitureMakeBeHelpedData helped_data_list = 6;
|
||||
repeated FurnitureMakeInfo make_info_list = 7;
|
||||
}
|
||||
|
Reference in New Issue
Block a user