22 lines
384 B
Protocol Buffer
22 lines
384 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "PlayerOfferingData.proto";
|
|
import "ItemParam.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message PlayerOfferingRsp {
|
|
enum JFLDLMDOMJI {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 2916;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
int32 retcode = 1;
|
|
PlayerOfferingData offeringData = 15;
|
|
repeated ItemParam itemList = 14;
|
|
}
|