GC-Proto/proto/HuntingRevealFinalNotify.proto

23 lines
388 B
Protocol Buffer

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