GC-Proto/proto/GameplayRecommendationEleme...

12 lines
182 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message GameplayRecommendationElementReliquaryRequest {
uint32 elementType = 12;
uint32 equipType = 7;
}