mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
fixed som codacy issus with board
This commit is contained in:
parent
2f2d874ea7
commit
83a8dd35d8
@ -19,7 +19,7 @@ public class Board {
|
|||||||
* @param otherObjects a grid containing all the other Objects like flags and conveyor belts
|
* @param otherObjects a grid containing all the other Objects like flags and conveyor belts
|
||||||
* @param aliveRobots a list of all the robots that are currently alive
|
* @param aliveRobots a list of all the robots that are currently alive
|
||||||
*/
|
*/
|
||||||
public void Board(Grid walls, Grid otherObjects, ArrayList aliveRobots){
|
public Board(Grid walls, Grid otherObjects, ArrayList aliveRobots){
|
||||||
this.walls=walls;
|
this.walls=walls;
|
||||||
this.otherObjects=otherObjects;
|
this.otherObjects=otherObjects;
|
||||||
this.aliveRobots=aliveRobots;
|
this.aliveRobots=aliveRobots;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user