constructeur dans les humain et ai
This commit is contained in:
@@ -21,7 +21,7 @@ abstract class Player{
|
||||
* @param name The name of the player.
|
||||
* @param color The color of the player.
|
||||
*/
|
||||
public void Player(String name,Color color){
|
||||
public Player(String name,Color color){
|
||||
this.name = name;
|
||||
this.color = color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user