Adding a syndicate pairing page with some notes

This commit is contained in:
2026-07-17 17:12:39 -04:00
parent 8fa0422be4
commit e64193639e
50 changed files with 1689 additions and 398 deletions
+1 -1
View File
@@ -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;