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

games.rednblack.editor.renderer.scripts.IScript Maven / Gradle / Ivy

The newest version!
package games.rednblack.editor.renderer.scripts;

public interface IScript {
    void init(int entity);

    void act(float delta);

    void dispose();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy