added randomizer for classes and elite specs
This commit is contained in:
parent
8137b1ca6a
commit
788badff16
5 changed files with 199 additions and 52 deletions
|
@ -46,6 +46,8 @@ namespace Lieb.Models.GuildWars2.Raid
|
|||
[Required]
|
||||
public RaidType RaidType { get; set; }
|
||||
|
||||
public bool IsRandomized { get; set; } = false;
|
||||
|
||||
public int Frequency { get; set; }
|
||||
|
||||
public string RequiredRole { get; set; } = String.Empty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue