13 lines
283 B
Protocol Buffer
13 lines
283 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "GameplayRecommendationReliquaryMainPropData.proto";
|
|
|
|
message GameplayRecommendationReliquaryResponse {
|
|
repeated GameplayRecommendationReliquaryMainPropData nbbpegfkpac = 12;
|
|
uint32 equipType = 15;
|
|
}
|