GC-Proto/proto/GetWidgetSlotRsp.proto

11 lines
235 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
import "WidgetSlotData.proto";
2024-07-08 14:40:31 +03:00
// 4.7.0
// CmdId: 5626
// Obf: AKECNEMFPMJ
2022-11-06 15:30:21 +03:00
message GetWidgetSlotRsp {
2024-07-08 14:40:31 +03:00
repeated WidgetSlotData slot_list = 2;
int32 retcode = 14;
2022-11-06 15:30:21 +03:00
}