GC-Proto/proto/RogueDiaryDungeonRecord.proto

14 lines
238 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: NNAODHDGKBH
message RogueDiaryDungeonRecord {
uint32 finish_time = 4;
uint32 difficulty = 14;
uint32 max_round = 3;
bool is_finish = 12;
}