mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 19:10:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -21,20 +21,25 @@ import "Vector.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 3160
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message BeginCameraSceneLookWithTemplateNotify {
|
||||
Vector look_pos = 8;
|
||||
uint32 template_id = 5;
|
||||
Vector follow_pos = 2;
|
||||
uint32 entity_id = 12;
|
||||
repeated string other_params = 13;
|
||||
FollowType follow_type = 9;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 3342;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
enum FollowType {
|
||||
FOLLOW_TYPE_INIT_FOLLOW_POS = 0;
|
||||
FOLLOW_TYPE_SET_FOLLOW_POS = 1;
|
||||
FOLLOW_TYPE_SET_ABS_FOLLOW_POS = 2;
|
||||
}
|
||||
|
||||
FollowType follow_type = 5;
|
||||
uint32 entity_id = 7;
|
||||
Vector Unk3300_FJDFGLNLMBN = 1;
|
||||
uint32 template_id = 13;
|
||||
repeated string other_params = 12;
|
||||
Vector Unk3300_PPCIDICMIEN = 10;
|
||||
}
|
||||
|
Reference in New Issue
Block a user