Added .GetName extension method which will show human readable hand values in text. Also completely moved .betdraw the the new deck implementation. A renamed to Ace

This commit is contained in:
Kwoth
2022-07-23 04:52:40 +02:00
parent c20b851dc7
commit ccf92ca702
7 changed files with 50 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
public enum RegularValue
{
A = 1,
Ace = 1,
Two = 2,
Three = 3,
Four = 4,