GC-Proto/proto/EvtFaceToEntityNotify.proto
2023-02-28 09:12:44 +08:00

15 lines
264 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ForwardType.proto";
// Name: LJMBCHNCEDN
// CmdId: 372
message EvtFaceToEntityNotify {
uint32 entity_id = 4;
ForwardType forward_type = 14;
uint32 face_entity_id = 13;
}