GC-Proto/proto/GachaUpInfo.proto
2023-08-23 01:23:37 +08:00

9 lines
161 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message GachaUpInfo {
uint32 item_parent_type = 1;
repeated uint32 item_id_list = 2;
}