mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
33 lines
704 B
Protocol Buffer
33 lines
704 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "ForwardType.proto";
|
|
import "Rotation.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message EvtAvatarEnterFocusNotify {
|
|
enum OBPPMEJCAGB {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 325;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
EAJIABGAOCI = 1;
|
|
}
|
|
|
|
ForwardType forwardType = 14;
|
|
bool Unk3300_NALGJBLGNJI = 5;
|
|
bool Unk3300_GGHCEGJEHND = 13;
|
|
bool Unk3300_NPBLDGPCDOC = 6;
|
|
bool Unk3300_IJHHDFDIJMA = 10;
|
|
bool Unk3300_KMAFBMKJDAK = 4;
|
|
bool Unk3300_FHHDDNENEDD = 12;
|
|
bool Unk3300_LNLOOKDHJGF = 11;
|
|
bool Unk3300_CDAJJHIPIKH = 9;
|
|
bool Unk3300_NLNIBJAFADG = 15;
|
|
Rotation focusForward = 8;
|
|
uint32 entityId = 2;
|
|
bool Unk3300_OOOPPHEJKDI = 3;
|
|
}
|