public SkimletHero(GameModel model, int X, int Y) : base(model, ImagePath, X, Y) { ; }
public GrassBackground(GameModel model, int x, int y) : base(x, y, "Grass", 1) { ; }
public StoneItem(GameModel model, int x, int y) : base(model, x, y, 1, "Stone") { ; }