forked from Sarah/Lieb-Website
reworked Model
This commit is contained in:
parent
15608f0e31
commit
04049f31f6
12 changed files with 34 additions and 48 deletions
10
Lieb/Models/GuildWars2/Raid/PlannedRaidRole.cs
Normal file
10
Lieb/Models/GuildWars2/Raid/PlannedRaidRole.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace Lieb.Models.GuildWars2.Raid
|
||||
{
|
||||
public class PlannedRaidRole
|
||||
{
|
||||
public int PlannedRaidRoleId { get; set; }
|
||||
public string Name { get; set; } = String.Empty;
|
||||
public int Spots { get; }
|
||||
public string Description { get; set; } = String.Empty;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue