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

@@ -0,0 +1,8 @@
namespace SVSim.EmulatedEntrypoint.Configuration;
public class DeckOptions
{
public const string SectionName = "Deck";
public int MaxDeckSlots { get; set; } = 36;
}