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