GC-Proto/proto/GameplayRecommendationEleme...

14 lines
354 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "GameplayRecommendationReliquaryMainPropData.proto";
// Name: CBEEEDOJOEF
message GameplayRecommendationElementReliquaryResponse {
repeated GameplayRecommendationReliquaryMainPropData main_prop_data_list = 13;
uint32 equip_type = 10;
uint32 element_type = 5;
}