minor changes in Abstract Board+added a getter to AbstractPly
This commit is contained in:
@@ -2,4 +2,8 @@ package fr.iut_fbleau.GameAPI;
|
||||
|
||||
public abstract class AbstractPly {
|
||||
private Player joueur;
|
||||
|
||||
public Player getPlayer(){
|
||||
return this.joueur;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user