GC-Proto/proto/StatueGadgetInfo.proto
2023-01-29 14:46:19 +08:00

6 lines
133 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message StatueGadgetInfo {
repeated uint32 nkbgahefmbn = 1;
}