Files
Shogi/Shogi.Domain/WhichPlayer.cs

9 lines
82 B
C#

namespace Shogi.Domain
{
public enum WhichPlayer
{
Player1,
Player2
}
}