Changing addShape to AddPiece
Signed-off-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
This commit is contained in:
parent
8d88f01c9d
commit
71beb69c84
@ -14,7 +14,7 @@ public class Map extends Shape{
|
||||
}
|
||||
|
||||
// TODO: 2/27/23 Tests for Map
|
||||
public void AddShape(Piece piece){
|
||||
public void addPiece(Piece piece){
|
||||
pieces.add(piece);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user