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