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