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

com.artemis.system.iterating.IntOptimizedSystemSafe Maven / Gradle / Ivy

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

import com.artemis.annotations.PreserveProcessVisiblity;
import com.artemis.systems.IteratingSystem;

@PreserveProcessVisiblity
public class IntOptimizedSystemSafe extends IteratingSystem {

	public IntOptimizedSystemSafe() {
		super(null);
	}

	@Override
	protected void process(int e) {}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy