Modified return type of method
This commit is contained in:
parent
5641c2d32a
commit
461cec68c4
@ -35,7 +35,7 @@ public interface Plateau {
|
|||||||
*
|
*
|
||||||
* @return the result
|
* @return the result
|
||||||
*/
|
*/
|
||||||
int getResult();
|
Result getResult();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* List next legals moves
|
* List next legals moves
|
||||||
|
Loading…
Reference in New Issue
Block a user