com.harium.etyl.loader.async.AsyncResource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of etyl-gdx Show documentation
Show all versions of etyl-gdx Show documentation
An Etyl's backend based on libgdx
package com.harium.etyl.loader.async;
public interface AsyncResource {
void onLoad(T t);
Class resourceClass();
}