mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
moved Board to objekts package
This commit is contained in:
parent
2da7baeb77
commit
18250babc5
@ -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){
|
Loading…
x
Reference in New Issue
Block a user