24 lines
394 B
Protocol Buffer
24 lines
394 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "HuntingPair.proto";
|
|
import "Vector.proto";
|
|
|
|
message HuntingStartNotify {
|
|
//enum KPIPGJKJKII {
|
|
// option allow_alias= true;
|
|
// NONE = 0;
|
|
// PEPPOHPHJOJ = 4331;
|
|
// DCDNILFDFLB = 0;
|
|
// NNBKOLMPOEA = 1;
|
|
//}
|
|
|
|
uint32 failTime = 4;
|
|
HuntingPair huntingPair = 12;
|
|
bool isFinal = 7;
|
|
Vector cluePosition = 14;
|
|
}
|