mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
GCG初步 但会卡进度条 用命令/gcg进入
This commit is contained in:
@@ -16,15 +16,19 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;proto";
|
||||
|
||||
// CmdId: 7269
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message GCGDSDeckSaveRsp {
|
||||
fixed32 create_time = 14;
|
||||
uint32 deck_id = 11;
|
||||
int32 retcode = 8;
|
||||
bool is_valid = 4;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 7459;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
int32 retcode = 9;
|
||||
bool is_valid = 5;
|
||||
uint32 deck_id = 15;
|
||||
fixed32 create_time = 7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user