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

com.swingfrog.summer.ecs.entity.mananger.AbstractGeneralEntityManager Maven / Gradle / Ivy

There is a newer version: 1.1.18
Show newest version
package com.swingfrog.summer.ecs.entity.mananger;

import com.swingfrog.summer.ecs.entity.Entity;

public abstract class AbstractGeneralEntityManager> extends AbstractEntityManager {

    public E getEntity(K entityId) {
        return super.getEntity(entityId);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy