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

17 lines
307 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "HuntingPair.proto";
import "Vector.proto";
// CmdId: 4345
// Name: CKGLOBELCOC
message HuntingStartNotify {
uint32 fail_time = 10;
Vector clue_position = 4;
HuntingPair hunting_pair = 15;
bool is_final = 1;
}