15 lines
298 B
Protocol Buffer
15 lines
298 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "TowerLevelStarCondData.proto";
|
|
|
|
// CmdId: 2470
|
|
// Name: IPFDOCCCPNL
|
|
message TowerLevelStarCondNotify {
|
|
uint32 floor_id = 12;
|
|
uint32 level_index = 15;
|
|
repeated TowerLevelStarCondData cond_data_list = 14;
|
|
}
|
|
|