Removed unnecessary modifier in Pickable interface
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
package cicaprojekt;
|
||||
|
||||
public interface Pickable extends Destroyable, Measurable {
|
||||
public void pick();
|
||||
void pick();
|
||||
}
|
||||
|
Reference in New Issue
Block a user