added EventType to raid

This commit is contained in:
Sarah Faey 2022-12-03 17:59:29 +01:00
parent de3a6a9f83
commit f0ef990993
7 changed files with 778 additions and 8 deletions

View file

@ -2,14 +2,6 @@
namespace Lieb.Models.GuildWars2.Raid
{
public enum RaidType
{
Planned = 0,
RandomWithBoons = 1,
RandomClasses = 2,
RandomEliteSpecialization = 3,
}
public class Raid : RaidBase
{
public int RaidId { get; private set; }