GC-Proto/proto/DigMarkPoint.proto

14 lines
209 B
Protocol Buffer
Raw Normal View History

2023-04-11 11:18:47 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
// Name: JAFAPEIOPGD
message DigMarkPoint {
uint32 bundle_id = 1;
Vector rot = 7;
Vector pos = 2;
}