yep
This commit is contained in:
@@ -74,11 +74,10 @@
|
|||||||
{
|
{
|
||||||
if (pieceAtPosition is null)
|
if (pieceAtPosition is null)
|
||||||
{
|
{
|
||||||
Console.WriteLine("Moving piece from hand.");
|
|
||||||
// Placing a piece from the hand to an empty space.
|
// Placing a piece from the hand to an empty space.
|
||||||
// await ShogiApi.Move(
|
await ShogiApi.Move(
|
||||||
// Session.SessionName,
|
Session.SessionName,
|
||||||
// new MovePieceCommand(selectedPieceFromHand.Value, position));
|
new MovePieceCommand(selectedPieceFromHand.Value, position));
|
||||||
}
|
}
|
||||||
StateHasChanged();
|
StateHasChanged();
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user