GC-Proto/proto/BounceConjuringGallerySettleInfo.proto

21 lines
504 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ExhibitionDisplayInfo.proto";
2023-02-28 04:12:44 +03:00
import "OnlinePlayerInfo.proto";
2023-02-18 04:48:44 +03:00
2023-04-11 06:14:48 +03:00
// Name: FFFNAADIBGL
2023-02-18 04:48:44 +03:00
message BounceConjuringGallerySettleInfo {
2023-04-11 06:14:48 +03:00
map<uint32, uint32> gadget_count_map = 3;
uint32 BIMOGNBEGNI = 15;
uint32 GIMNNOIMHAN = 7;
uint32 score = 8;
repeated ExhibitionDisplayInfo card_list = 5;
float damage = 10;
OnlinePlayerInfo player_info = 1;
uint32 LLEPOGBFEMP = 6;
uint32 CDKGPFEDKLO = 13;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00