GC-Proto/proto/CustomDungeonBlock.proto

14 lines
209 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
import "Rotation.proto";
option java_package = "emu.grasscutter.net.proto";
message CustomDungeonBlock {
uint32 blockId = 15;
Rotation rot = 2;
Rotation pos = 11;
uint32 guid = 1;
}