GC-Proto/proto/GameplayRecommendationEleme...

14 lines
354 B
Protocol Buffer
Raw Normal View History

2023-02-28 06:08:38 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "GameplayRecommendationReliquaryMainPropData.proto";
2023-04-11 11:18:47 +03:00
// Name: CBEEEDOJOEF
2023-02-28 06:08:38 +03:00
message GameplayRecommendationElementReliquaryResponse {
2023-04-11 11:18:47 +03:00
repeated GameplayRecommendationReliquaryMainPropData main_prop_data_list = 13;
uint32 equip_type = 10;
uint32 element_type = 5;
2023-02-28 06:08:38 +03:00
}