player: Moved endregion to cleanup code
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user