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