GC-Proto/proto/EvtAvatarEnterFocusNotify.p...

26 lines
552 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ForwardType.proto";
import "Vector.proto";
2023-02-28 04:12:44 +03:00
// Name: IHHIMGLPHIK
// CmdId: 394
2023-02-18 04:48:44 +03:00
message EvtAvatarEnterFocusNotify {
2023-02-28 04:12:44 +03:00
bool JLFJCEPAAID = 2;
bool FMJOMFCELJH = 3;
bool IAHIPHMIECD = 14;
bool EBHIPLBONHB = 4;
bool CDKNNHKAONA = 6;
uint32 entity_id = 1;
Vector focus_forward = 9;
ForwardType forward_type = 8;
bool BDKLEGKEMAK = 10;
bool DOBDMHNEEDC = 15;
bool MPLKFIIEOBA = 11;
bool KAKAJBAGHHH = 5;
bool CJENPDMPBND = 7;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00