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

19 lines
319 B
Protocol Buffer

syntax = "proto3";
import "WidgetGadgetData.proto";
option java_package = "emu.grasscutter.net.proto";
message WidgetGadgetAllDataNotify {
enum HOFILGKEMCN {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 4259;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
repeated WidgetGadgetData widgetGadgetData = 4;
}