GC-Proto/proto/HuntingStartNotify.proto
2023-02-28 09:12:44 +08:00

17 lines
306 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "HuntingPair.proto";
import "Vector.proto";
// Name: HDMIAHCJMLG
// CmdId: 4344
message HuntingStartNotify {
bool is_final = 5;
uint32 fail_time = 6;
Vector clue_position = 2;
HuntingPair hunting_pair = 13;
}