fixed echoes in the Dungeon class
A metódus paraméterét nem tudom, hogy jól írtam-e be a sysoutba
This commit is contained in:
parent
79bd5062ec
commit
5f56ed4062
@ -3,5 +3,10 @@ package cicaprojekt;
|
||||
import java.io.File;
|
||||
|
||||
public class Dungeon {
|
||||
cicaprojekt.Tile buildDungeon(File input){ return new cicaprojekt.Field(); /*csak hogy ne sírjon*/ }
|
||||
cicaprojekt.Tile buildDungeon(File input){
|
||||
Menu.addTab();
|
||||
System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Dungeon.buildDungeon(File input)");
|
||||
System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Dungeon.buildDungeon(File input)");
|
||||
Menu.removeTab();
|
||||
return new cicaprojekt.Field(); /*csak hogy ne sírjon*/ }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user