mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
GCG初步 但会卡进度条 用命令/gcg进入
This commit is contained in:
@@ -18,13 +18,17 @@ syntax = "proto3";
|
||||
|
||||
import "GCGDuel.proto";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;proto";
|
||||
|
||||
// CmdId: 7869
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message GCGAskDuelRsp {
|
||||
int32 retcode = 3;
|
||||
GCGDuel duel = 13;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 7564;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
GCGDuel duel = 9;
|
||||
int32 retcode = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user