GC-Proto/proto/WidgetGadgetDataNotify.proto
2024-07-08 19:40:31 +08:00

10 lines
224 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "WidgetGadgetData.proto";
// 4.7.0
// CmdId: 9673
// Obf: HCNKGFAPJNC
message WidgetGadgetDataNotify {
WidgetGadgetData widget_gadget_data = 3;
}