Update 3.3 (wow, a lot changed)

This commit is contained in:
Akbar Yahya
2022-12-05 19:41:24 +08:00
parent 238dd43a77
commit cf717aa6a0
2949 changed files with 32506 additions and 43050 deletions

View File

@@ -18,6 +18,7 @@
syntax = "proto3";
import "GCGChallengeData.proto";
import "PlatformType.proto";
option java_package = "emu.grasscutter.net.proto";
@@ -28,4 +29,11 @@ message GCGDuelExtra {
map<uint32, uint32> card_face_map = 4;
repeated GCGChallengeData challenge_list = 5;
uint32 score = 6;
bool is_match_ai = 7;
uint32 ai_deck_id = 8;
bool is_internal = 9;
repeated uint32 forbid_finish_challenge_list = 10;
uint32 level = 11;
uint32 client_version = 12;
PlatformType platform_type = 13;
}