player: Moved endregion to cleanup code

This commit is contained in:
Nathan Woodburn 2023-05-01 18:54:37 +10:00
parent f0982d1c72
commit f3b37d395c
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

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