renamed Frequency to Interval
This commit is contained in:
parent
6e4dce5b1f
commit
c00f987f16
4 changed files with 21 additions and 9 deletions
|
@ -16,7 +16,7 @@ namespace Lieb.Models.GuildWars2.Raid
|
|||
|
||||
public string TimeZone { get; set; } = String.Empty;
|
||||
|
||||
public int Frequency { get; set; }
|
||||
public int Interval { get; set; }
|
||||
|
||||
public int CreateDaysBefore { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue