GC-Proto/proto/HuntingRevealFinalNotify.proto
2023-04-11 11:14:48 +08:00

16 lines
300 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "HuntingPair.proto";
import "Vector.proto";
// CmdId: 4320
// Name: AJKKNGAPJAH
message HuntingRevealFinalNotify {
uint32 finished_group_id = 15;
Vector final_position = 13;
HuntingPair hunting_pair = 10;
}