mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
19 lines
420 B
Protocol Buffer
19 lines
420 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: KEKNCNNDFIF
|
|
message ChessActivityDetailInfo {
|
|
uint32 exp = 13;
|
|
uint32 punish_over_time = 15;
|
|
bool is_teach_dungeon_finished = 2;
|
|
uint32 PHPPKFDLABK = 12;
|
|
uint32 level = 4;
|
|
bool is_content_closed = 1;
|
|
uint32 KBCIOAPGBLK = 6;
|
|
repeated uint32 finished_map_id_list = 10;
|
|
uint32 content_close_time = 14;
|
|
}
|
|
|