moved Board to objekts package

This commit is contained in:
Tobydrama 2020-02-22 14:43:24 +01:00
parent 2da7baeb77
commit 18250babc5

View File

@ -1,7 +1,5 @@
package inf112.fiasko.roborally.element_properties;
package inf112.fiasko.roborally.objects;
import inf112.fiasko.roborally.objects.Grid;
import inf112.fiasko.roborally.objects.Robot;
import java.util.ArrayList;
@ -24,7 +22,7 @@ public class Board {
}
/**
* removes a dead robot from the board over to the dead robot list.
* Removes a dead robot from the board over to the dead robot list.
* @param robot the dead robot
*/
public void removeDeadRobotFromBoard(Robot robot){