mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
15 lines
254 B
Protocol Buffer
15 lines
254 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "Rotation.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message EDCGBLJECHI {
|
|
uint32 entityId = 12;
|
|
uint32 aemmidgkohc = 7;
|
|
Rotation pos = 2;
|
|
int32 faceAngleCompact = 3;
|
|
uint32 normalizedTimeCompact = 1;
|
|
}
|