Files
Shogi/Gameboard.ShogiUI.BoardState/WhichPlayer.cs

9 lines
100 B
C#

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