1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-16 14:06:07 +03:00
GC-Proto/proto/StatueGadgetInfo.proto
2024-05-22 19:51:09 +08:00

7 lines
164 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Obf: MAIBEHDCKJL
message StatueGadgetInfo {
repeated uint32 opened_statue_uid_list = 1;
}