package net.mostlyoriginal.gwt.system; import com.artemis.BaseSystem; /** * @author Daan van Yperen */ public class EmptyTestSystem extends BaseSystem { @Override protected void processSystem() { } }