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

10 lines
167 B
Protocol Buffer
Raw Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
message Reliquary {
uint32 level = 1;
uint32 exp = 2;
uint32 promoteLevel = 3;
uint32 mainPropId = 4;
repeated uint32 appendPropIdList = 5;
}