20 lines
326 B
Protocol Buffer
20 lines
326 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "PlayerOfferingData.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message OfferingInteractRsp {
|
|
enum DJGBDIKDLBP {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 2922;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
int32 retcode = 10;
|
|
PlayerOfferingData offeringData = 14;
|
|
}
|