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:
@@ -23,13 +23,13 @@ import "OnlinePlayerInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message BounceConjuringGallerySettleInfo {
|
||||
OnlinePlayerInfo player_info = 14;
|
||||
uint32 destroyed_machine_count = 5;
|
||||
uint32 fever_count = 6;
|
||||
uint32 normal_hit_count = 4;
|
||||
float damage = 11;
|
||||
map<uint32, uint32> gadget_count_map = 15;
|
||||
uint32 score = 12;
|
||||
uint32 perfect_hit_count = 8;
|
||||
repeated ExhibitionDisplayInfo card_list = 7;
|
||||
uint32 Unk3300_PELHBJDMKAE = 6;
|
||||
uint32 score = 15;
|
||||
map<uint32, uint32> gadget_count_map = 3;
|
||||
uint32 Unk3300_CNGOBOFDEOE = 11;
|
||||
uint32 Unk3300_NKGFKLGDFAC = 1;
|
||||
OnlinePlayerInfo player_info = 2;
|
||||
float damage = 12;
|
||||
uint32 Unk3300_BJHCDKNFDFN = 7;
|
||||
repeated ExhibitionDisplayInfo card_list = 9;
|
||||
}
|
||||
|
Reference in New Issue
Block a user