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:
@@ -21,10 +21,15 @@ import "WidgetSlotData.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 4254
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message GetWidgetSlotRsp {
|
||||
repeated WidgetSlotData slot_list = 13;
|
||||
int32 retcode = 9;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 4270;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
repeated WidgetSlotData slot_list = 3;
|
||||
int32 retcode = 10;
|
||||
}
|
||||
|
Reference in New Issue
Block a user