GC-Proto/proto/WidgetGadgetAllDataNotify.p...

10 lines
237 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 "WidgetGadgetData.proto";
2024-07-08 14:40:31 +03:00
// 4.7.0
// CmdId: 6291
// Obf: GKCKKCHHINC
2022-11-06 15:30:21 +03:00
message WidgetGadgetAllDataNotify {
2024-07-08 14:40:31 +03:00
repeated WidgetGadgetData widget_gadget_data = 10;
2022-11-06 15:30:21 +03:00
}