mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-07 09:36:09 +03:00
11 lines
203 B
Protocol Buffer
11 lines
203 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message TowerLevelStarCondData {
|
|
uint32 star_cond_index = 3;
|
|
uint32 cond_value = 4;
|
|
bool is_pause = 5;
|
|
bool OAFMGGMJPIL = 6;
|
|
}
|