cicaprojekt/cicaprojekt/Dungeon.java
ericnerdo 88b594b666 Initial commit
Base files for the project were added.

Update ONeill.java

Update Box.java

fixed everything, code now compiles correctly
2016-04-01 17:47:22 +02:00

8 lines
179 B
Java

package cicaprojekt;
import java.io.File;
public class Dungeon {
cicaprojekt.Tile buildDungeon(File input){ return new cicaprojekt.Field(); /*csak hogy ne sírjon*/ }
}