mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-05 06:22:54 +08:00
8 lines
146 B
Protocol Buffer
8 lines
146 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message StatueGadgetInfo {
|
||
|
repeated uint32 opened_statue_uid_list = 1;
|
||
|
}
|