mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-17 02:02:26 +08:00
GCG初步 但会卡进度条 用命令/gcg进入
This commit is contained in:
@@ -16,11 +16,10 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;proto";
|
||||
|
||||
message GCGDuelChallenge {
|
||||
uint32 total_progress = 7;
|
||||
uint32 challenge_id = 10;
|
||||
uint32 cur_progress = 12;
|
||||
uint32 challenge_id = 12;
|
||||
uint32 cur_progress = 2;
|
||||
uint32 total_progress = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user