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

net.onedaybeard.agrotera.system.AllSystem Maven / Gradle / Ivy

The newest version!
package net.onedaybeard.agrotera.system;

import lombok.ArtemisSystem;

import com.artemis.Entity;
import com.artemis.systems.EntityProcessingSystem;

@ArtemisSystem
public class AllSystem extends EntityProcessingSystem {

	public AllSystem() {
		super(null);
	}

	@Override
	protected void process(Entity e) {

	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy