GC-Proto/proto/HNNNJJPLLFN.proto
2023-01-28 22:00:48 +08:00

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;
}