syntax = "proto3";
import "Rotation.proto";
option java_package = "emu.grasscutter.net.proto";
message AnchorPointData {
uint32 sceneId = 15;
Rotation rot = 13;
uint32 endTime = 10;
Rotation pos = 12;
uint32 anchorPointId = 11;
}