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

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

package org.smyld.app.entityplot;

public class ActionAddEntity extends EntityPlotAction {
	public ActionAddEntity(EntityPlotter entity){
		super(TYPE_ADD_ENTITY,entity);
	}

	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy