GC-Proto/proto/RogueDiaryProgress.proto

15 lines
279 B
Protocol Buffer
Raw Normal View History

2023-04-11 11:18:47 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: BGALNOFJNKP
message RogueDiaryProgress {
bool is_enter_dungeon = 4;
uint32 stage_id = 1;
repeated uint32 optional_card_list = 5;
uint32 difficulty = 3;
uint32 cur_round = 8;
}