GCG初步 但会卡进度条 用命令/gcg进入

This commit is contained in:
UnKownOwO
2023-01-04 21:59:25 +08:00
parent 2bc157dd2d
commit f991480192
203 changed files with 5104 additions and 2790 deletions

View File

@@ -18,17 +18,16 @@ syntax = "proto3";
import "GCGDamageDetail.proto";
package proto;
option go_package = "./;proto";
message GCGMsgSkillResult {
uint32 skill_id = 12;
uint32 last_hp = 14;
repeated GCGDamageDetail detail_list = 2;
uint32 target_card_guid = 7;
uint32 effect_element = 5;
uint32 from_result_seq = 15;
uint32 damage = 6;
uint32 result_seq = 4;
uint32 src_card_guid = 8;
uint32 Unk3300_NIGDCIGLAKE = 9;
uint32 target_card_guid = 13;
uint32 Unk3300_PDBAGJINFPF = 4;
repeated GCGDamageDetail detail_list = 5;
uint32 skill_id = 14;
uint32 damage = 7;
uint32 Unk3300_EPNDCIAJOJP = 12;
uint32 Unk3300_NNJAOEHNPPD = 15;
uint32 Unk3300_LPGLOCDDPCL = 10;
}