syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; import "HuntingPair.proto"; // CmdId: 4321 // Name: OGILGEHKJIG message HuntingGiveUpRsp { int32 retcode = 12; HuntingPair hunting_pair = 7; }