mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
16 lines
255 B
Protocol Buffer
16 lines
255 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "Vector.proto";
|
|
|
|
message HNCBKMEACLI {
|
|
uint32 entityId = 2;
|
|
Vector curPos = 7;
|
|
uint32 normalizedTimeCompact = 15;
|
|
uint32 bafodnbpgic = 1;
|
|
int32 faceAngleCompact = 10;
|
|
}
|