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

20 lines
333 B
Protocol Buffer

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