mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user