21 lines
329 B
Protocol Buffer
21 lines
329 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "HuntingPair.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message TakeHuntingOfferRsp {
|
|
enum ECDAFENOELG {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 4345;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
int32 retcode = 7;
|
|
uint32 cityId = 8;
|
|
HuntingPair huntingPair = 6;
|
|
}
|