
com.artemis.factory.Base Maven / Gradle / Ivy
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