update library name #2
@@ -1,4 +1,4 @@
|
|||||||
namespace PlayingCardsLibrary
|
namespace PlayingCards
|
||||||
{
|
{
|
||||||
public enum Suit { Spades, Clubs, Diamonds, Hearts }
|
public enum Suit { Spades, Clubs, Diamonds, Hearts }
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using PlayingCardsLibrary;
|
using PlayingCards;
|
||||||
|
|
||||||
namespace StripJackNaked
|
namespace StripJackNaked
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user