mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
21 lines
504 B
Protocol Buffer
21 lines
504 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ExhibitionDisplayInfo.proto";
|
|
import "OnlinePlayerInfo.proto";
|
|
|
|
// Name: FFFNAADIBGL
|
|
message BounceConjuringGallerySettleInfo {
|
|
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;
|
|
}
|
|
|