18 lines
318 B
Protocol Buffer
18 lines
318 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;
|
|
}
|