This website requires JavaScript.
Explore
Help
Register
Sign In
hypercross
/
oecs-sharp
Watch
1
Star
0
Fork
You've already forked oecs-sharp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5594515a53
oecs-sharp
/
examples
/
Blackjack
/
Components
/
Suit.cs
9 lines
113 B
C#
Raw
Blame
History
namespace
Blackjack
;
public
enum
Suit
:
byte
{
Clubs
=
0
,
Diamonds
=
1
,
Hearts
=
2
,
Spades
=
3
}
Reference in New Issue
View Git Blame
Copy Permalink