Skip to content
Snippets Groups Projects
Commit cccc153c authored by FARESSE Adam's avatar FARESSE Adam
Browse files

Update Cell.java

parent 092af1f0
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,10 @@ public class Cell {
public Cell(){
this.isAlive = false;
}
public void setColor(String hisColor) { color = hisColor; }
public String getColor() { return color; }
/**
* Determines whether this {@link Cell} is alive or not.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment