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