Pack opening
This commit is contained in:
9
SVSim.EmulatedEntrypoint/Services/ICardPoolProvider.cs
Normal file
9
SVSim.EmulatedEntrypoint/Services/ICardPoolProvider.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using SVSim.Database.Models;
|
||||
|
||||
namespace SVSim.EmulatedEntrypoint.Services;
|
||||
|
||||
/// <summary>Resolves the card pool a pack draws from. Pure function over master data.</summary>
|
||||
public interface ICardPoolProvider
|
||||
{
|
||||
IReadOnlyList<ShadowverseCardEntry> GetPool(PackConfigEntry pack);
|
||||
}
|
||||
Reference in New Issue
Block a user