GC-Proto/proto/TowerLevelStarCondNotify.proto

12 lines
287 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
import "TowerLevelStarCondData.proto";
2024-07-22 06:47:23 +03:00
// 4.7.0
// CmdId: 29627
// IJCOJMJFIDB
2022-11-06 15:30:21 +03:00
message TowerLevelStarCondNotify {
2024-07-22 06:47:23 +03:00
repeated TowerLevelStarCondData cond_data_list = 11;
uint32 floor_id = 9;
uint32 level_index = 5;
2022-11-06 15:30:21 +03:00
}