GC-Proto/proto/DigMarkPoint.proto
Akbar Yahya 8d246c4fa7 * Fix Nama TrifleItem to Item
* Fix Name Rotation to Vector
2023-01-29 07:46:20 +08:00

12 lines
178 B
Protocol Buffer

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