This commit is contained in:
2024-10-31 19:04:55 -05:00
parent fa1ad5f6d0
commit 9cd1ad8883
11 changed files with 48 additions and 70 deletions

View File

@@ -1,8 +1,7 @@
namespace Shogi.Contracts.Types
namespace Shogi.Contracts.Types;
public enum WhichPlayer
{
public enum WhichPlayer
{
Player1,
Player2
}
Player1,
Player2
}