GC-Proto/proto/TakeOfferingLevelRewardRsp.proto

22 lines
367 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
import "ItemParam.proto";
option java_package = "emu.grasscutter.net.proto";
message TakeOfferingLevelRewardRsp {
enum GIALMPGJOHD {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 2907;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
int32 retcode = 7;
uint32 offeringId = 14;
uint32 takeLevel = 1;
repeated ItemParam itemList = 10;
}