14 lines
238 B
Protocol Buffer
14 lines
238 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "Vector.proto";
|
||
|
|
||
|
// CmdId: 8588
|
||
|
// Version: 4.6.0
|
||
|
// Obfs: LCPIGGMOOOF
|
||
|
message HitClientTrivialNotify {
|
||
|
Vector position = 6;
|
||
|
uint32 owner_entity_id = 7;
|
||
|
}
|