squash a bunch of commits
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
using Shogi.Domain.Pieces;
|
||||
using Shogi.Domain.ValueObjects;
|
||||
|
||||
namespace Shogi.Domain
|
||||
{
|
||||
internal static class DomainExtensions
|
||||
internal static class DomainExtensions
|
||||
{
|
||||
public static bool IsKing(this Piece self) => self.WhichPiece == WhichPiece.King;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user