commit
This commit is contained in:
parent
b05b7cd13c
commit
29ce62150e
10 changed files with 153 additions and 37 deletions
|
@ -381,4 +381,12 @@ public class Universe {
|
|||
public int[][] copyGrid() {
|
||||
return this.grid.clone();
|
||||
}
|
||||
|
||||
public int getWidth() {
|
||||
return this.width;
|
||||
}
|
||||
|
||||
public int getHeight() {
|
||||
return this.height;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue