13 lines
306 B
Protocol Buffer
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;
|
|
}
|