GC-Proto/proto/RogueDiaryDungeonRecord.proto

14 lines
238 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: NNAODHDGKBH
message RogueDiaryDungeonRecord {
uint32 finish_time = 4;
uint32 difficulty = 14;
uint32 max_round = 3;
bool is_finish = 12;
}