More notes and added store precons

This commit is contained in:
6d486f49
2026-06-25 09:45:21 -04:00
parent 89bd1ca1f9
commit 68872f0dac
96 changed files with 61430 additions and 278 deletions
+1
View File
@@ -9,6 +9,7 @@ public class DeckData
public string? Description { get; init; }
public string? DeckCode { get; init; }
public string? DeckType { get; init; }
public List<string> Factions { get; init; } = [];
public bool IsVisible { get; init; }