Practice/deck editing mostly there
This commit is contained in:
8
SVSim.EmulatedEntrypoint/Configuration/DeckOptions.cs
Normal file
8
SVSim.EmulatedEntrypoint/Configuration/DeckOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace SVSim.EmulatedEntrypoint.Configuration;
|
||||
|
||||
public class DeckOptions
|
||||
{
|
||||
public const string SectionName = "Deck";
|
||||
|
||||
public int MaxDeckSlots { get; set; } = 36;
|
||||
}
|
||||
Reference in New Issue
Block a user