GSServer-CBT/soggy-mistress/proto/SceneReliquaryInfo.proto

9 lines
134 B
Protocol Buffer

syntax = "proto3";
message SceneReliquaryInfo {
uint32 itemId = 1;
uint64 guid = 2;
uint32 level = 3;
uint32 promoteLevel = 4;
}