mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
17 lines
358 B
Protocol Buffer
17 lines
358 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: HKLHNDGEAPG
|
|
message BuoyantCombatGallerySettleInfo {
|
|
uint32 gallery_id = 6;
|
|
uint32 final_score = 3;
|
|
uint32 FGNPAGJDGMJ = 1;
|
|
uint32 ECNCAFKGHNJ = 13;
|
|
uint32 kill_monster_count = 2;
|
|
uint32 gallery_level = 7;
|
|
uint32 kill_special_monster_count = 8;
|
|
}
|
|
|