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

com.artemis.factory.Base Maven / Gradle / Ivy

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

import com.artemis.EntityFactory;

//public interface Base > extends EntityFactory {
public interface Base extends EntityFactory {
	Base base1();
	Base base2();
	Base base3();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy