More features
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
using DCGEngine.Database.Models;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace SVSim.Database.Models;
|
||||
@@ -9,7 +8,7 @@ namespace SVSim.Database.Models;
|
||||
[Owned]
|
||||
public class OwnedCardEntry
|
||||
{
|
||||
public CardEntry Card { get; set; } = new ShadowverseCardEntry();
|
||||
public ShadowverseCardEntry Card { get; set; } = new ShadowverseCardEntry();
|
||||
public int Count { get; set; }
|
||||
public bool IsProtected { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user