mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
17 lines
344 B
Protocol Buffer
17 lines
344 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ItemParam.proto";
|
|
|
|
// CmdId: 2481
|
|
// Name: KGDJCGBBNBK
|
|
message TowerLevelEndNotify {
|
|
uint32 NFPEACBMIHL = 9;
|
|
bool is_success = 11;
|
|
repeated ItemParam reward_item_list = 1;
|
|
uint32 NMFAPIENEMG = 2;
|
|
repeated uint32 finished_star_cond_list = 6;
|
|
}
|
|
|