GC-Proto/proto/BeginCameraSceneLookWithTemplateNotify.proto
2023-04-11 11:14:48 +08:00

25 lines
547 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
// CmdId: 3314
// Name: CMOCHECCPBP
message BeginCameraSceneLookWithTemplateNotify {
// Name: IGEOPIOCKBE
enum FollowType {
FOLLOW_TYPE_INIT_FOLLOW_POS = 0;
FOLLOW_TYPE_SET_FOLLOW_POS = 1;
FOLLOW_TYPE_SET_ABS_FOLLOW_POS = 2;
}
Vector BJAIBAFFGAP = 14;
Vector BIGFKDFJPDD = 12;
uint32 template_id = 10;
repeated string other_params = 15;
FollowType follow_type = 5;
uint32 entity_id = 2;
}