mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-27 00:49:25 +03:00
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;
|
|
}
|