Skip to content

Commit

Permalink
Make Piece an int enum
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Jan 11, 2024
1 parent a1192b7 commit 027eced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lynx/Model/Piece.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace Lynx.Model;

public enum Piece : sbyte
public enum Piece
{
Unknown = -1,
P, N, B, R, Q, K, // White
Expand Down

0 comments on commit 027eced

Please sign in to comment.