Please sign in to create the new issue.
Commit f4682c13 authored by Haj Rezvan's avatar Haj Rezvan

Add "getIntPlayerTurn()", "setPlayerTurn(boolean playerTurn)" and…

Add "getIntPlayerTurn()", "setPlayerTurn(boolean playerTurn)" and "setColorCode(int colorCode)" methods.
parent cb18fbf5
......@@ -5,4 +5,7 @@
*/
public interface IPlayer {
int getColorCode();
int getIntPlayerTurn();
void setPlayerTurn(boolean playerTurn);
void setColorCode(int colorCode);
}
\ No newline at end of file
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