1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-07 09:36:09 +03:00
GC-Proto/proto/BrickBreakerLevelInfo.proto
2023-04-11 11:14:48 +08:00

16 lines
319 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: FOGBFDIKCIL
message BrickBreakerLevelInfo {
bool is_can_start = 6;
repeated uint32 chosen_skill_list = 3;
repeated uint32 chosen_avatar_list = 12;
uint32 max_score = 2;
bool is_finish = 8;
uint32 level_id = 7;
}