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

com.artemis.system.OptimizedSystemSafe Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.artemis.system;

import com.artemis.Aspect;
import com.artemis.Entity;
import com.artemis.annotations.PreserveProcessVisiblity;
import com.artemis.systems.EntityProcessingSystem;

@PreserveProcessVisiblity
public class OptimizedSystemSafe extends EntityProcessingSystem {

	public OptimizedSystemSafe() {
		super(null);
	}

	@Override
	protected void process(Entity e) {}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy