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