Skip to content

Commit 1415fbf

Browse files
DziedzicDziedzic
Dziedzic
authored and
Dziedzic
committed
Koncowa wersja
Dziekuje, dobranoc bawilem sie wspaniale
1 parent a31579b commit 1415fbf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core/src/com/mygdx/game/GlassGarbage.java

-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
public class GlassGarbage extends Garbage {
66
private Texture garbageImage;
77
private garbageTypes type;
8-
private soundTypes sound;
98

109
public GlassGarbage() {
1110
garbageImage = new Texture("core/assets/GlassBottle.png");
@@ -21,8 +20,4 @@ public garbageTypes returnType() {
2120
return type;
2221
}
2322

24-
@Override
25-
public soundTypes returnSound(){
26-
return sound;
27-
}
2823
}

0 commit comments

Comments
 (0)