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

com.swingfrog.summer.ecs.quick.component.QuickComponent Maven / Gradle / Ivy

package com.swingfrog.summer.ecs.quick.component;

import com.swingfrog.summer.ecs.component.AbstractComponent;
import com.swingfrog.summer.ecs.quick.entity.QuickEntity;

public abstract class QuickComponent extends AbstractComponent {

    protected QuickComponent(E entity) {
        super(entity);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy