More notes and added store precons
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user