mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-14 18:02:26 +08:00
GCG初步 但会卡进度条 用命令/gcg进入
This commit is contained in:
@@ -16,13 +16,13 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;proto";
|
||||
|
||||
message GCGDSCardData {
|
||||
uint32 card_id = 14;
|
||||
repeated uint32 unlock_face_type_list = 9;
|
||||
uint32 num = 12;
|
||||
uint32 proficiency = 8;
|
||||
uint32 face_type = 6;
|
||||
uint32 num = 11;
|
||||
uint32 face_type = 5;
|
||||
uint32 card_id = 4;
|
||||
repeated uint32 proficiency_reward_taken_idx_list = 14;
|
||||
repeated uint32 unlock_face_type_list = 6;
|
||||
uint32 proficiency = 10;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user