added randomizer for classes and elite specs

This commit is contained in:
t.ruspekhofer 2022-02-27 22:19:12 +01:00
parent 8137b1ca6a
commit 788badff16
5 changed files with 199 additions and 52 deletions

View file

@ -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;