GSServer-CBT/soggy-mistress/proto/DungeonEntryInfo.proto

8 lines
115 B
Protocol Buffer

syntax = "proto3";
message DungeonEntryInfo {
uint32 dungeonId = 1;
bool isPassed = 2;
uint32 leftTimes = 3;
}