// WARNING: This file is auto-generated and any changes to it will be overwritten import lang.stride.*; import java.util.*; import greenfoot.*; /** * */ public class Welt extends World { protected Prinzessin prinzessin; /** * Constructor for objects of class Welt. */ public Welt(int width, int height, int cellsize, Prinzessin prinzessin) { super(width, height, cellsize); this.prinzessin = prinzessin; } }