Saving snapshots
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
namespace Shogi.Contracts.Types
|
||||
{
|
||||
namespace Shogi.Contracts.Types;
|
||||
|
||||
public class Piece
|
||||
{
|
||||
public bool IsPromoted { get; set; }
|
||||
public WhichPiece WhichPiece { get; set; }
|
||||
public WhichPlayer Owner { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user