the Pickable interface now extends Destroyable
This commit is contained in:
parent
ab26f85f0d
commit
02df90bb59
@ -1,5 +1,5 @@
|
||||
package cicaprojekt;
|
||||
|
||||
public interface Pickable {
|
||||
public interface Pickable extends Destroyable {
|
||||
public void pick();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user