forked from Sarah/Lieb-Website
changed Boons in Model
This commit is contained in:
parent
245c6da6c6
commit
e068536abe
3 changed files with 17 additions and 2 deletions
|
@ -3,6 +3,9 @@
|
|||
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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue