GC-Proto/proto/HuntingRevealFinalNotify.proto

22 lines
378 B
Protocol Buffer

syntax = "proto3";
import "HuntingPair.proto";
import "Rotation.proto";
option java_package = "emu.grasscutter.net.proto";
message HuntingRevealFinalNotify {
enum GGHHIEHOBPO {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 4316;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
HuntingPair huntingPair = 11;
uint32 finishedGroupId = 2;
Rotation finalPosition = 5;
}