mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-12 11:02:26 +08:00
GCG初步 但会卡进度条 用命令/gcg进入
This commit is contained in:
@@ -19,17 +19,21 @@ syntax = "proto3";
|
||||
import "GCGDSCardData.proto";
|
||||
import "GCGDSDeckData.proto";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;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 unlock_card_back_id_list = 10;
|
||||
repeated GCGDSCardData card_list = 9;
|
||||
repeated uint32 unlock_field_id_list = 5;
|
||||
repeated uint32 unlock_deck_id_list = 6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user