added logging to raid and template changes
This commit is contained in:
parent
803332bc5c
commit
aad07809d2
6 changed files with 16 additions and 4 deletions
|
@ -19,5 +19,7 @@ namespace Lieb.Models.GuildWars2.Raid
|
|||
public int Interval { get; set; }
|
||||
|
||||
public int CreateDaysBefore { get; set; }
|
||||
|
||||
public ICollection<RaidLog> TemplateLogs { get; set; } = new HashSet<RaidLog>();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue