parent
5d7af4c9ea
commit
a0355e4414
@ -0,0 +1,22 @@
|
|||||||
|
/*
|
||||||
|
* To change this license header, choose License Headers in Project Properties.
|
||||||
|
* To change this template file, choose Tools | Templates
|
||||||
|
* and open the template in the editor.
|
||||||
|
*/
|
||||||
|
package com.dungeoncrawler.model;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @author jonathan
|
||||||
|
*/
|
||||||
|
public class DungeonGenerator {
|
||||||
|
|
||||||
|
public DungeonGenerator(){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public Dungeon generateDungeon(int sizeX, int sizeY){
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in new issue