mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
15 lines
230 B
Protocol Buffer
15 lines
230 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Vector.proto";
|
|
|
|
// Name: EEKGPJAAGNH
|
|
message EEKGPJAAGNH {
|
|
uint32 guid = 12;
|
|
Vector pos = 7;
|
|
Vector rot = 14;
|
|
uint32 block_id = 9;
|
|
}
|
|
|