Treasure Hunt

main
ilitirit 1 year ago
parent 6598f3b2b7
commit 50653e4e45

@ -5,8 +5,8 @@ namespace Expedience.Infrastructure.Models;
public class DeepDungeonRecord public class DeepDungeonRecord
{ {
public int TerritoryId { get; set; } public int TerritoryId { get; set; }
public string DeepDungeon { get; set; } public string DeepDungeon { get; set; } = null!;
public string Floor { get; set; } public string Floor { get; set; } = null!;
public int Level { get; set; } public int Level { get; set; }
public int SortKey { get; set; } public int SortKey { get; set; }
public TimeSpan? MinParty { get; set; } public TimeSpan? MinParty { get; set; }

Loading…
Cancel
Save