mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,14 +22,19 @@ import "GCGDSDeckData.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 7122
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message GCGDSDataNotify {
|
||||
repeated GCGDSDeckData deck_list = 4;
|
||||
repeated uint32 unlock_card_back_id_list = 5;
|
||||
repeated uint32 unlock_field_id_list = 6;
|
||||
uint32 cur_deck_id = 10;
|
||||
repeated GCGDSCardData card_list = 3;
|
||||
repeated uint32 unlock_deck_id_list = 1;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 7850;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
uint32 cur_deck_id = 8;
|
||||
repeated GCGDSDeckData deck_list = 3;
|
||||
repeated uint32 Unk3300_GEBHJAGKEID = 10;
|
||||
repeated GCGDSCardData card_list = 9;
|
||||
repeated uint32 Unk3300_AAEAECGPHBH = 5;
|
||||
repeated uint32 Unk3300_JJCEINFHKOG = 6;
|
||||
}
|
||||
|
Reference in New Issue
Block a user