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,33 +21,38 @@ import "Vector.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 270
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message BeginCameraSceneLookNotify {
|
||||
uint32 blend_type = 1154;
|
||||
float custom_radius = 7;
|
||||
bool is_set_screen_xy = 5;
|
||||
Vector look_pos = 4;
|
||||
bool is_recover_keep_current = 11;
|
||||
bool is_abs_follow_pos = 1375;
|
||||
KeepRotType keep_rot_type = 6;
|
||||
bool is_change_play_mode = 9;
|
||||
uint32 disable_protect = 1103;
|
||||
float screen_y = 15;
|
||||
bool is_set_follow_pos = 13;
|
||||
bool is_force = 12;
|
||||
float blend_duration = 1758;
|
||||
uint32 entity_id = 1327;
|
||||
float screen_x = 3;
|
||||
bool is_force_walk = 10;
|
||||
repeated string other_params = 1;
|
||||
Vector follow_pos = 8;
|
||||
bool is_allow_input = 2;
|
||||
float duration = 14;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 249;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
enum KeepRotType {
|
||||
KEEP_ROT_TYPE_X = 0;
|
||||
KEEP_ROT_TYPE_XY = 1;
|
||||
}
|
||||
|
||||
float Unk3300_HKKCHCEMJIE = 1716;
|
||||
bool Unk3300_DFPCMOFONNK = 15;
|
||||
bool Unk3300_EELNOAICHOJ = 4;
|
||||
bool Unk3300_ODADMBBFPAP = 7;
|
||||
float duration = 2;
|
||||
uint32 Unk3300_KCHKKBODNCJ = 1746;
|
||||
float Unk3300_FIOLGCIKFLH = 10;
|
||||
repeated string other_params = 9;
|
||||
bool Unk3300_NJLBIMJDFHJ = 3;
|
||||
bool Unk3300_AAOGBCCNJAF = 1224;
|
||||
uint32 entity_id = 1403;
|
||||
KeepRotType keep_rot_type = 11;
|
||||
Vector Unk3300_PPCIDICMIEN = 8;
|
||||
uint32 Unk3300_AJEENEOCFON = 965;
|
||||
bool Unk3300_ONBDMCHFPDL = 5;
|
||||
bool Unk3300_PIEFLAEGGBI = 6;
|
||||
Vector Unk3300_FJDFGLNLMBN = 13;
|
||||
bool Unk3300_ILMHDLHLKGJ = 1;
|
||||
float Unk3300_HCLPGGAOIAC = 12;
|
||||
float Unk3300_HFPCHFNFJKP = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user