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
14
Lieb/Models/GuildWars2/Equipped.cs
Normal file
14
Lieb/Models/GuildWars2/Equipped.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
namespace Lieb.Models.GuildWars2
|
||||
{
|
||||
public class Equipped
|
||||
{
|
||||
public int EquippedId { get; set; }
|
||||
|
||||
public bool CanTank { get; set; }
|
||||
|
||||
public int GuildWars2AccountId { get; set; }
|
||||
public int RaidRoleId { get; set; }
|
||||
public GuildWars2Account GuildWars2Account { get; set; } = new GuildWars2Account();
|
||||
public GuildWars2Build RaidRole { get; set; } = new GuildWars2Build();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue