Update 3.3 (wow, a lot changed)

This commit is contained in:
Akbar Yahya
2022-12-05 19:41:24 +08:00
parent 238dd43a77
commit cf717aa6a0
2949 changed files with 32506 additions and 43050 deletions

View File

@@ -22,22 +22,27 @@ import "Vector.proto";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 304
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message EvtAvatarEnterFocusNotify {
// enum CmdId {
// option allow_alias = true;
// NONE = 0;
// CMD_ID = 344;
// ENET_CHANNEL_ID = 0;
// ENET_IS_RELIABLE = 1;
// IS_ALLOW_CLIENT = 1;
// }
ForwardType forward_type = 14;
bool Unk3300_NPBLDGPCDOC = 15;
bool Unk3300_IJHHDFDIJMA = 4;
bool Unk3300_NALGJBLGNJI = 13;
bool Unk3300_OOOPPHEJKDI = 2;
bool Unk3300_KMAFBMKJDAK = 9;
bool Unk3300_LNLOOKDHJGF = 8;
uint32 entity_id = 1;
bool can_move = 10;
bool enter_holding_focus_shoot = 13;
bool disable_aim_layer = 6;
bool use_auto_focus = 5;
bool fast_focus = 3;
bool show_cross_hair = 12;
bool enter_normal_focus_shoot = 14;
ForwardType forward_type = 8;
Vector focus_forward = 7;
bool disable_anim = 9;
bool use_focus_sticky = 15;
bool use_gyro = 11;
bool Unk3300_GGHCEGJEHND = 11;
bool Unk3300_NLNIBJAFADG = 7;
Vector focus_forward = 3;
bool Unk3300_CDAJJHIPIKH = 12;
bool Unk3300_FHHDDNENEDD = 6;
}