mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-14 08:42:25 +08:00
GCG初步 但会卡进度条 用命令/gcg进入
This commit is contained in:
@@ -16,11 +16,10 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;proto";
|
||||
|
||||
message GCGWeekChallengeInfo {
|
||||
uint32 npc_id = 4;
|
||||
bool is_finished = 7;
|
||||
uint32 unlock_time = 1;
|
||||
uint32 npc_id = 9;
|
||||
uint32 unlock_time = 8;
|
||||
bool is_finished = 12;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user