Fix Hand css.

Implement placing from hand.
This commit is contained in:
2024-10-25 23:46:14 -05:00
parent 7d47fafea0
commit 550942281b
4 changed files with 105 additions and 119 deletions

View File

@@ -8,7 +8,7 @@ internal enum InCheckResult
Player2InCheck = 4
}
internal enum GameOverResult
public enum GameOverResult
{
GameIsNotOver,
Player1Wins,