mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user