GC-Proto/proto/RogueDiaryDungeonRecord.proto
2023-04-11 16:18:47 +08:00

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;
}