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