1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-07 09:36:09 +03:00
GC-Proto/proto/TowerLevelStarCondData.proto
2023-08-23 01:23:37 +08:00

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;
}