/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.pepsoft.worldpainter.gardenofeden; import org.pepsoft.worldpainter.operations.Operation; /** * * @author pepijn */ public interface GardenOfEdenOperation extends Operation { // Marker interface }