1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-05-12 02:19:52 +03:00
GC-Proto/proto/EvtAvatarExitFocusNotify.proto
2024-08-21 13:31:37 +08:00

13 lines
306 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
import "ForwardType.proto";
// 4.7.0
// CmdId: 24809,28844,24493(lock)
// Obf: DLDCLNJJBFG
message EvtAvatarExitFocusNotify {
Vector finish_forward = 12;
ForwardType forward_type = 15;
uint32 entity_id = 14;
}