Adding a syndicate pairing page with some notes
This commit is contained in:
@@ -11,7 +11,7 @@ public class DeckData
|
||||
public string? DeckCode { get; init; }
|
||||
public string? DeckType { get; init; }
|
||||
|
||||
public List<string> Factions { get; init; } = [];
|
||||
public List<string> Syndicates { get; init; } = [];
|
||||
public bool IsVisible { get; init; }
|
||||
|
||||
public bool IsValid => Cards.Count == 40 && Divers.Count <= 2;
|
||||
|
||||
Reference in New Issue
Block a user