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:
@@ -20,9 +20,10 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message GCGDSCardData {
|
||||
uint32 card_id = 14;
|
||||
repeated uint32 unlock_face_type_list = 9;
|
||||
uint32 num = 12;
|
||||
uint32 proficiency = 8;
|
||||
uint32 face_type = 6;
|
||||
uint32 num = 11;
|
||||
uint32 face_type = 5;
|
||||
uint32 card_id = 4;
|
||||
repeated uint32 Unk3300_CIGGHHIHJFM = 14;
|
||||
repeated uint32 Unk3300_OAFMDJCPCJH = 6;
|
||||
uint32 proficiency = 10;
|
||||
}
|
||||
|
Reference in New Issue
Block a user