22 lines
414 B
Protocol Buffer
22 lines
414 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "ItemParam.proto";
|
|
message TowerLevelEndNotify {
|
|
enum IFPGKDCLBID {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 2445;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
repeated uint32 finishedStarCondList = 9;
|
|
uint32 nextFloorId = 12;
|
|
bool isSuccess = 15;
|
|
repeated ItemParam rewardItemList = 8;
|
|
uint32 continueState = 6;
|
|
}
|