14 lines
209 B
Protocol Buffer
14 lines
209 B
Protocol Buffer
|
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;
|
||
|
}
|
||
|
|