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,13 +18,12 @@ syntax = "proto3";
import "GCGReason.proto";
package proto;
option go_package = "./;proto";
message GCGMsgTokenChange {
uint32 before = 13;
uint32 token_type = 4;
uint32 card_guid = 2;
uint32 after = 11;
GCGReason reason = 7;
uint32 token_type = 7;
uint32 Unk3300_LLGHGEALDDI = 10;
GCGReason reason = 3;
uint32 Unk3300_LCNKBFBJDFM = 12;
uint32 card_guid = 13;
}