I'm an idiot, they store encoded data for towers, we dont need a separate object unless we want to
This commit is contained in:
@@ -9,11 +9,7 @@ namespace TOOHUCardAPI.Data.Models
|
||||
[Key]
|
||||
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
public int Id { get; set; }
|
||||
public Card BaseUnit { get; set; }
|
||||
public int Star { get; set; }
|
||||
public int Damage { get; set; }
|
||||
public int Attack { get; set; }
|
||||
public int Power { get; set; }
|
||||
public List<Card> Equipment { get; set; }
|
||||
public string TowerKey { get; set; }
|
||||
public string EncodedData { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user