22 lines
433 B
Protocol Buffer
22 lines
433 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "Vector.proto";
|
|
import "ForwardType.proto";
|
|
// CmdId: 4109
|
|
// Obf: FOCOJPAIMIG
|
|
message EvtAvatarEnterFocusNotify {
|
|
Vector focus_forward = 4;
|
|
ForwardType forward_type = 12;
|
|
uint32 entity_id = 3;
|
|
bool bt1 = 1;
|
|
bool bt2 = 2;
|
|
bool bt3 = 5;
|
|
bool bt4 = 6;
|
|
bool bt5 = 8;
|
|
bool bt6 = 9;
|
|
bool bt7 = 10;
|
|
bool bt8 = 13;
|
|
bool bt9 = 14;
|
|
bool bt110 = 15;
|
|
}
|