This website works better with JavaScript
Home
Explore
Help
Sign In
csharp
/
MonoGame.Samples
mirror of
https://github.com/CartBlanche/MonoGame-Samples.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Cards - Fix extra }
Dominique Louis
1 month ago
parent
4bd3aeabb0
commit
c6286a5d8a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
CardsStarterKit/Core/Game/Blackjack/Players/HandTypes.cs
+ 1
- 1
CardsStarterKit/Core/Game/Blackjack/Players/HandTypes.cs
View File
@@ -15,4 +15,4 @@ namespace Blackjack
First,
Second
}
-}
}
+}