13 lines
286 B
Protocol Buffer
13 lines
286 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "Vector.proto";
|
|
import "ForwardType.proto";
|
|
// 4.7.0
|
|
// CmdId: 3013
|
|
// Obf: OLBHHAFFFCE
|
|
message EvtAvatarUpdateFocusNotify {
|
|
uint32 entity_id = 6;
|
|
Vector focus_forward = 14;
|
|
ForwardType forward_type = 5;
|
|
}
|