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);
}
}
package org.smyld.app.entityplot;
public class ActionDelEntity extends EntityPlotAction {
public ActionDelEntity(EntityPlotter entity){
super(TYPE_DELETE_ENTITY,entity);
}
}