aiController.setMoveDestination test

This commit is contained in:
AzaezelX 2025-04-15 17:00:36 -05:00
parent 19e73c0be2
commit 201b7bf695
3 changed files with 18 additions and 1 deletions

View file

@ -2287,6 +2287,7 @@ bool Player::getAIMove(Move* move)
if (mAIController)
{
mAIController->getAIMove(move); //actual result
return true;
}
return false;