GC-Proto/proto/GachaUpInfo.proto

7 lines
157 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message GachaUpInfo {
repeated uint32 itemIdList = 11;
uint32 itemParentType = 15;
}