GC-Proto/proto/TowerLevelStarCondData.proto

11 lines
252 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-22 06:47:23 +03:00
// 4.7.0
// DNCIPFNDOEC
2022-11-06 15:30:21 +03:00
message TowerLevelStarCondData {
2024-07-22 06:47:23 +03:00
bool is_fail = 6; // sus
bool is_pause = 10; // sus
uint32 cond_value = 3; // sus
uint32 star_cond_index = 14; // sus
2022-11-06 15:30:21 +03:00
}