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:
@@ -21,13 +21,18 @@ import "RogueDiaryAvatar.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 8514
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message RogueDiaryTiredAvatarNotify {
|
||||
repeated RogueDiaryAvatar optianal_tired_avatar_list = 10;
|
||||
uint32 reserve_avatar_num = 6;
|
||||
uint32 tired_type = 8;
|
||||
bool is_need_show = 7;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 8660;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// IS_ALLOW_CLIENT = 1;
|
||||
// }
|
||||
|
||||
uint32 Unk3300_DMEMBBPEIGK = 1;
|
||||
uint32 Unk3300_BGEJGLBMFII = 14;
|
||||
bool is_need_show = 11;
|
||||
repeated RogueDiaryAvatar optional_tired_avatar_list = 5;
|
||||
}
|
||||
|
Reference in New Issue
Block a user