fixed echos in the Box class
This commit is contained in:
parent
3262a0fa36
commit
da86d11f16
@ -4,11 +4,15 @@ public class Box implements cicaprojekt.Pickable, cicaprojekt.Destroyable
|
|||||||
{
|
{
|
||||||
|
|
||||||
public void destroy() {
|
public void destroy() {
|
||||||
System.out.println("Box.destroy() hivodott.");
|
Menu.addTab();
|
||||||
|
System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Box.destroy()");
|
||||||
|
Menu.removeTab();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void pick() {
|
public void pick() {
|
||||||
System.out.println("Box.pick() hivodott.");
|
Menu.removeTab();
|
||||||
|
System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Box.pick()");
|
||||||
|
Menu.removeTab();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user