14 lines
354 B
Protocol Buffer
14 lines
354 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "GameplayRecommendationReliquaryMainPropData.proto";
|
||
|
|
||
|
// Name: BCBNIENIILM
|
||
|
message GameplayRecommendationElementReliquaryResponse {
|
||
|
uint32 element_type = 12;
|
||
|
repeated GameplayRecommendationReliquaryMainPropData main_prop_data_list = 9;
|
||
|
uint32 equip_type = 11;
|
||
|
}
|
||
|
|