This commit is contained in:
Johannes Schmelz
2024-11-18 05:51:31 +01:00
parent 0e580a3180
commit b135f3fa50
3 changed files with 10 additions and 6 deletions

View File

@@ -57,6 +57,7 @@ public class Board {
this.width = width;
this.height = height;
this.eventBroker = eventBroker;
addItem(new Figure(5, 5, 5, Rotation.LEFT));
}
/**