GC-Proto/proto/WidgetGadgetData.proto
2023-01-28 22:00:48 +08:00

11 lines
167 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message WidgetGadgetData {
repeated uint32 gadgetEntityIdList = 15;
uint32 gadgetId = 9;
}