GC-Proto/proto/HNNNJJPLLFN.proto

13 lines
182 B
Protocol Buffer

syntax = "proto3";
import "Rotation.proto";
option java_package = "emu.grasscutter.net.proto";
message HNNNJJPLLFN {
uint32 roomId = 9;
Rotation rot = 2;
Rotation pos = 15;
}