GC-Proto/proto/TowerLevelStarCondData.proto

12 lines
237 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2024-06-08 09:18:08 +03:00
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-06-08 09:18:08 +03:00
// 4.6.0
2022-11-06 15:30:21 +03:00
message TowerLevelStarCondData {
2024-06-08 09:18:08 +03:00
bool is_fail = 4; // sus
uint32 cond_value = 5; // sus
bool is_pause = 9; // sus
uint32 star_cond_index = 12; // sus
2022-11-06 15:30:21 +03:00
}