checkpoint
This commit is contained in:
8
Gameboard.ShogiUI.BoardState/WhichPlayer.cs
Normal file
8
Gameboard.ShogiUI.BoardState/WhichPlayer.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Gameboard.ShogiUI.BoardState
|
||||
{
|
||||
public enum WhichPlayer
|
||||
{
|
||||
Player1,
|
||||
Player2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user