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
1da0ca30d3
oecs-sharp
/
examples
/
TicTacToe
/
Singletons
/
GameStatus.cs
10 lines
114 B
C#
Raw
Blame
History
namespace
TicTacToe
;
public
enum
GameStatus
:
byte
{
Playing
=
0
,
XWon
=
1
,
OWon
=
2
,
Draw
=
3
}
Reference in New Issue
View Git Blame
Copy Permalink