12 lines
299 B
Protocol Buffer
12 lines
299 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "Vector.proto";
|
|
import "ForwardType.proto";
|
|
// CmdId: 24809 or 28844? or 24493
|
|
// Obf: OIFFIANHCNK ?
|
|
message EvtAvatarExitFocusNotify {
|
|
Vector finish_forward = 12;
|
|
ForwardType forward_type = 14;
|
|
uint32 entity_id = 5;
|
|
}
|