GC-Proto/proto/EvtAvatarEnterFocusNotify.proto

22 lines
433 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
import "ForwardType.proto";
2024-07-08 14:40:31 +03:00
// CmdId: 4109
// Obf: FOCOJPAIMIG
message EvtAvatarEnterFocusNotify {
2024-07-08 14:40:31 +03:00
Vector focus_forward = 4;
2024-08-21 08:31:37 +03:00
ForwardType forward_type = 12;
2024-07-08 14:40:31 +03:00
uint32 entity_id = 3;
2024-08-21 08:31:37 +03:00
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;
}