syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "WidgetGadgetData.proto";
// CmdId: 4292
// EnetChannelId: 0
// EnetIsReliable: true
message WidgetGadgetDataNotify {
WidgetGadgetData widget_gadget_data = 13;
}