games.rednblack.h2d.extension.bvb.BVBComponent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libgdx-bvb-extension Show documentation
Show all versions of libgdx-bvb-extension Show documentation
BVB Animation extension for HyperLap2D libgdx runtime
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