mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-15 23:02:27 +08:00
GCG初步 但会卡进度条 用命令/gcg进入
This commit is contained in:
@@ -18,12 +18,17 @@ syntax = "proto3";
|
||||
|
||||
import "GCGGameBriefData.proto";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;proto";
|
||||
|
||||
// CmdId: 7539
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message GCGGameBriefDataNotify {
|
||||
GCGGameBriefData gcg_brief_data = 10;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 7824;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
GCGGameBriefData gcg_brief_data = 3;
|
||||
bool is_new_game = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user