added EventType to raid
This commit is contained in:
parent
de3a6a9f83
commit
f0ef990993
7 changed files with 778 additions and 8 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue