checkpoint

This commit is contained in:
2021-02-23 18:03:23 -06:00
parent 8d79c75616
commit f644795cd3
38 changed files with 1451 additions and 177 deletions

View File

@@ -0,0 +1,8 @@
namespace Gameboard.ShogiUI.BoardState
{
public enum WhichPlayer
{
Player1,
Player2
}
}