forked from Sarah/Lieb-Website
Added Models
This commit is contained in:
parent
dbf1be4c5d
commit
245c6da6c6
12 changed files with 246 additions and 1 deletions
7
Lieb/Models/Raid/RandomRaid.cs
Normal file
7
Lieb/Models/Raid/RandomRaid.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace Lieb.Models.Raid
|
||||
{
|
||||
public class RandomRaid : Raid
|
||||
{
|
||||
public ICollection<Role> WantedRoles { get; set; } = new HashSet<Role>();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue