GC-Proto/proto/DigMarkPoint.proto

13 lines
185 B
Protocol Buffer

syntax = "proto3";
import "Rotation.proto";
option java_package = "emu.grasscutter.net.proto";
message DigMarkPoint {
Rotation rot = 14;
Rotation pos = 2;
uint32 bundleId = 3;
}