mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-15 20:42:26 +08:00
GCG初步 但会卡进度条 用命令/gcg进入
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "GCGChallengeData.proto";
|
||||
import "PlatformType.proto";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;proto";
|
||||
|
||||
message GCGDuelExtra {
|
||||
@@ -28,4 +28,11 @@ message GCGDuelExtra {
|
||||
map<uint32, uint32> card_face_map = 4;
|
||||
repeated GCGChallengeData challenge_list = 5;
|
||||
uint32 score = 6;
|
||||
bool is_match_ai = 7;
|
||||
uint32 ai_deck_id = 8;
|
||||
bool is_internal = 9;
|
||||
repeated uint32 forbid_finish_challenge_list = 10;
|
||||
uint32 level = 11;
|
||||
uint32 client_version = 12;
|
||||
PlatformType platform_type = 13;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user