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