1
0
Fork 0

BreakOut 5.* Vorgabe

This commit is contained in:
rxbn_ 2020-01-28 13:23:40 +01:00
parent f6e8e6fcc5
commit b51c1c4f62
1 changed files with 3 additions and 0 deletions

View File

@ -17,4 +17,7 @@ public interface IBall {
// Exercise 4
public boolean hitsStone(ArrayList<Stone> stones);
public Stone getHitStone();
// Exercise 5
public boolean isLost();
}