GC-Proto/proto/GameplayRecommendationReliquaryResponse.proto
2023-01-28 22:00:48 +08:00

12 lines
282 B
Protocol Buffer

syntax = "proto3";
import "GameplayRecommendationReliquaryMainPropData.proto";
option java_package = "emu.grasscutter.net.proto";
message GameplayRecommendationReliquaryResponse {
repeated GameplayRecommendationReliquaryMainPropData nbbpegfkpac = 12;
uint32 equipType = 15;
}