com.talosvfx.talos.runtime.modules.NANModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of talos-libgdx Show documentation
Show all versions of talos-libgdx Show documentation
Talos runtime for use in LibGDX projects
The newest version!
package com.talosvfx.talos.runtime.modules;
public class NANModule extends AbstractModule {
@Override
protected void defineSlots () {
}
@Override
public void processValues () {
}
}