2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2023-05-23 09:48:59 +03:00
|
|
|
import "Vector.proto";
|
2024-07-08 14:40:31 +03:00
|
|
|
// 4.7.0
|
|
|
|
// Obf: KCICJPBLKGI
|
2022-11-06 15:30:21 +03:00
|
|
|
message AnchorPointData {
|
2024-07-08 14:40:31 +03:00
|
|
|
uint32 scene_id = 6;
|
|
|
|
uint32 end_time = 8;
|
|
|
|
uint32 anchor_point_id = 7;
|
|
|
|
Vector pos = 14;
|
|
|
|
Vector rot = 15;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|