GC-Proto/proto/HuntingOngoingNotify.proto

25 lines
437 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
import "HuntingPair.proto";
import "Rotation.proto";
option java_package = "emu.grasscutter.net.proto";
message HuntingOngoingNotify {
enum OAFPEGGJNAI {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 4340;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
uint32 failTime = 9;
uint32 finishClueCount = 8;
bool isStarted = 5;
HuntingPair huntingPair = 10;
Rotation nextPosition = 14;
bool isFinal = 11;
}