mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 18:40:12 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -19,10 +19,15 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 406
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message ServerCondMeetQuestListUpdateNotify {
|
||||
repeated uint32 del_quest_id_list = 1;
|
||||
repeated uint32 add_quest_id_list = 12;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 410;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
repeated uint32 Unk3300_MGBDKFMBGBO = 10;
|
||||
repeated uint32 Unk3300_HIEMKEJOFPO = 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user