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

@@ -21,25 +21,24 @@ import "GCGPVEIntention.proto";
import "GCGWaitingCharacter.proto";
import "GCGZone.proto";
package proto;
option go_package = "./;proto";
message GCGPlayerField {
map<uint32, GCGZone> modify_zone_map = 2;
uint32 cur_waiting_index = 383;
GCGZone summon_zone = 1;
uint32 field_show_id = 8;
uint32 card_back_show_id = 12;
uint32 dice_count = 3;
uint32 controller_id = 10;
GCGZone on_stage_zone = 14;
bool is_passed = 7;
GCGZone character_zone = 5;
uint32 on_stage_character_guid = 6;
GCGZone assist_zone = 15;
uint32 deck_card_num = 13;
repeated GCGDiceSideType dice_side_list = 11;
GCGZone hand_zone = 9;
repeated GCGPVEIntention intention_list = 1192;
repeated GCGWaitingCharacter waiting_list = 4;
uint32 Unk3300_IKJMGAHCFPM = 5;
map<uint32, GCGZone> modify_zone_map = 7;
uint32 Unk3300_GGHKFFADEAL = 731;
GCGZone Unk3300_AOPJIOHMPOF = 10;
uint32 Unk3300_FDFPHNDOJML = 12;
GCGZone Unk3300_IPLMHKCNDLE = 1;
GCGZone Unk3300_EIHOMDLENMK = 9;
repeated GCGWaitingCharacter waiting_list = 2;
uint32 Unk3300_PBECINKKHND = 15;
uint32 controller_id = 6;
GCGZone Unk3300_INDJNJJJNKL = 11;
GCGZone Unk3300_EFNAEFBECHD = 4;
bool is_passed = 8;
repeated GCGPVEIntention intention_list = 304;
repeated GCGDiceSideType dice_side_list = 13;
uint32 deck_card_num = 3;
uint32 Unk3300_GLNIFLOKBPM = 14;
}