class Rock : Tile { public Rock(TileSet tileSet, int srcX, int srcY) : base(tileSet, srcX, srcY) { } }