forked from Sarah/Lieb-Website
Moved Models to Shared Project
This commit is contained in:
parent
bae69648d0
commit
7533d5a704
19 changed files with 27 additions and 1 deletions
|
@ -1,14 +0,0 @@
|
|||
namespace Lieb.Models.GuildWars2
|
||||
{
|
||||
public class Equipped
|
||||
{
|
||||
public int EquippedId { get; set; }
|
||||
|
||||
public bool CanTank { get; set; }
|
||||
|
||||
public int GuildWars2AccountId { get; set; }
|
||||
public int GuildWars2BuildId { get; set; }
|
||||
public GuildWars2Account GuildWars2Account { get; set; }
|
||||
public GuildWars2Build GuildWars2Build { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue