mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
16 lines
310 B
Protocol Buffer
16 lines
310 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: CABODJPEHAN
|
|
message CABODJPEHAN {
|
|
uint32 max_score = 14;
|
|
bool AFFBBBPHIHH = 1;
|
|
uint32 level_id = 11;
|
|
repeated uint32 chosen_avatar_list = 9;
|
|
repeated uint32 chosen_skill_list = 15;
|
|
bool is_finish = 6;
|
|
}
|
|
|