public void accept(TileSetVisitor visitor) {
   delegate.accept(visitor);
 }