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