Commit cb18fbf5 authored by Haj Rezvan's avatar Haj Rezvan

Add "getIntPlayerTurn()" method.

parent a54097a5
......@@ -16,6 +16,10 @@ public class Player implements IPlayer {
return colorCode;
}
public int getIntPlayerTurn() {
return intPlayerTurn;
}
public void setPlayerTurn(boolean playerTurn) {
this.playerTurn = playerTurn;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment