Skip to content

Commit

Permalink
Make BoardSquare enums an int
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Jan 9, 2024
1 parent b013363 commit 9db00e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lynx/Model/BoardSquare.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/// SW S SE
///
/// </summary>
public enum BoardSquare : sbyte
public enum BoardSquare
{
a8, b8, c8, d8, e8, f8, g8, h8,
a7, b7, c7, d7, e7, f7, g7, h7,
Expand Down

0 comments on commit 9db00e0

Please sign in to comment.