13 lines
317 B
Protocol Buffer
13 lines
317 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GameplayRecommendationReliquaryMainPropData.proto";
|
|
|
|
// Name: IFGNOHNIIAC
|
|
message GameplayRecommendationReliquaryResponse {
|
|
uint32 equip_type = 4;
|
|
repeated GameplayRecommendationReliquaryMainPropData main_prop_data_list = 12;
|
|
}
|
|
|