Exemplo n.º 1
0
 public Level(int width, int height) {
   init(width, height);
 }
Exemplo n.º 2
0
 public Level() {
   init(Constant.DEFAULT_GROESSE, Constant.DEFAULT_GROESSE);
 }