All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.smyld.app.entityplot.ActionDelEntity Maven / Gradle / Ivy

package org.smyld.app.entityplot;

public class ActionDelEntity extends EntityPlotAction {
	public ActionDelEntity(EntityPlotter entity){
		super(TYPE_DELETE_ENTITY,entity);
	}
	
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy