Grasscutter/proto/TowerLevelStarCondNotify.proto

15 lines
309 B
Protocol Buffer
Raw Normal View History

2022-05-06 06:10:23 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "TowerLevelStarCondData.proto";
// CmdId: 2401
// EnetChannelId: 0
// EnetIsReliable: true
2022-05-06 06:10:23 +00:00
message TowerLevelStarCondNotify {
uint32 floor_id = 3;
uint32 level_index = 6;
repeated TowerLevelStarCondData cond_data_list = 12;
2022-05-06 06:10:23 +00:00
}