GC-Proto/proto/BeginCameraSceneLookWithTemplateNotify.proto

25 lines
546 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
2023-02-28 04:12:44 +03:00
// Name: ANOGJOOKKKN
// CmdId: 3096
2023-02-18 04:48:44 +03:00
message BeginCameraSceneLookWithTemplateNotify {
2023-02-28 04:12:44 +03:00
// Name: EMGBOCDIGED
enum FollowType {
FOLLOW_TYPE_INIT_FOLLOW_POS = 0;
FOLLOW_TYPE_SET_FOLLOW_POS = 1;
FOLLOW_TYPE_SET_ABS_FOLLOW_POS = 2;
}
2023-02-18 04:48:44 +03:00
2023-02-28 04:12:44 +03:00
FollowType follow_type = 11;
Vector INNJAHCEIJC = 6;
Vector EDFAEPBKAAH = 1;
uint32 template_id = 13;
repeated string other_params = 4;
uint32 entity_id = 10;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00