player: Moved endregion to cleanup code

This commit is contained in:
2023-05-01 18:54:37 +10:00
parent f0982d1c72
commit f3b37d395c

View File

@@ -232,8 +232,6 @@ public class Player {
return lastMove;
}
// endregion
/**
* Check if player is able to do any moves
* @return true if player can do any moves, false otherwise
@@ -243,6 +241,8 @@ public class Player {
return validMoves.size() > 0;
}
// endregion
// region Auto Player
/**
* Do a Random Move