GC-Proto/proto/BrickBreakerLevelInfo.proto
Akbar Yahya a6dccc7bf5 testing
2023-01-28 23:50:00 +08:00

16 lines
273 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message BrickBreakerLevelInfo {
repeated uint32 chosenSkillList = 12;
uint32 levelId = 2;
bool isFinish = 11;
bool isCanStart = 1;
uint32 maxScore = 6;
repeated uint32 chosenAvatarList = 4;
}