Practice/deck editing mostly there

This commit is contained in:
gamer147
2026-05-24 00:17:28 -04:00
parent 21b97269ff
commit bdff142d16
14 changed files with 588 additions and 59 deletions

View File

@@ -70,7 +70,7 @@ public class CardImporter
Id = setId,
Name = $"Card Set {setId}",
IsInRotation = true,
IsBasic = false
IsBasic = setId == 10000
};
context.CardSets.Add(set);
existingSets[setId] = set;