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

games.rednblack.h2d.extension.bvb.BVBComponent Maven / Gradle / Ivy

The newest version!
package games.rednblack.h2d.extension.bvb;

import com.artemis.PooledComponent;

public class BVBComponent extends PooledComponent {

    public transient SlotRangeSkeletonContainer skeletonContainer = null;

    @Override
    protected void reset() {
        skeletonContainer = null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy