mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,26 +22,33 @@ import "GCGControllerShowInfo.proto";
|
||||
import "GCGCostReviseInfo.proto";
|
||||
import "GCGDuelChallenge.proto";
|
||||
import "GCGGameBusinessType.proto";
|
||||
import "GCGMessagePack.proto";
|
||||
import "GCGPVEIntention.proto";
|
||||
import "GCGPhase.proto";
|
||||
import "GCGPlayerField.proto";
|
||||
import "Unk3300_ADHENCIFKNI.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message GCGDuel {
|
||||
uint32 server_seq = 3;
|
||||
repeated GCGPlayerField field_list = 7;
|
||||
GCGGameBusinessType business_type = 14;
|
||||
repeated GCGDuelChallenge challenge_list = 5;
|
||||
uint32 game_id = 11;
|
||||
uint32 controller_id = 13;
|
||||
uint32 round = 15;
|
||||
uint32 cur_controller_id = 12;
|
||||
repeated GCGPVEIntention intetion_list = 1;
|
||||
GCGCostReviseInfo cost_revise = 10;
|
||||
repeated uint32 card_id_list = 4;
|
||||
repeated GCGCard card_list = 9;
|
||||
repeated GCGControllerShowInfo show_info_list = 6;
|
||||
uint32 game_type = 2;
|
||||
GCGPhase phase = 8;
|
||||
repeated GCGControllerShowInfo show_info_list = 7;
|
||||
repeated uint32 forbid_finish_challenge_list = 192;
|
||||
repeated GCGCard card_list = 1;
|
||||
uint32 Unk3300_BIANMOPDEHO = 9;
|
||||
GCGCostReviseInfo cost_revise = 8;
|
||||
uint32 game_id = 4;
|
||||
repeated GCGPlayerField field_list = 5;
|
||||
repeated Unk3300_ADHENCIFKNI Unk3300_CDCMBOKBLAK = 1987;
|
||||
GCGGameBusinessType business_type = 13;
|
||||
repeated GCGPVEIntention intention_list = 2;
|
||||
repeated GCGDuelChallenge challenge_list = 1617;
|
||||
repeated GCGCard history_card_list = 1872;
|
||||
uint32 round = 11;
|
||||
uint32 controller_id = 12;
|
||||
repeated GCGMessagePack history_msg_pack_list = 797;
|
||||
uint32 Unk3300_JHDDNKFPINA = 10;
|
||||
repeated uint32 card_id_list = 6;
|
||||
uint32 Unk3300_JBBMBKGOONO = 15;
|
||||
GCGPhase phase = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user