mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Mostly finished implementation of the new deck? ALso added some tests
This commit is contained in:
5
src/Nadeko.Econ/Deck/Regular/RegularDeck.cs
Normal file
5
src/Nadeko.Econ/Deck/Regular/RegularDeck.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace Nadeko.Econ;
|
||||
|
||||
public sealed class RegularDeck : NewDeck<RegularCard, RegularSuit, RegularValue>
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user