Files
Shogi/Gameboard.ShogiUI.BoardState/WhichPlayer.cs
2021-02-23 18:03:23 -06:00

9 lines
105 B
C#

namespace Gameboard.ShogiUI.BoardState
{
public enum WhichPlayer
{
Player1,
Player2
}
}