com.ng.gdxutils.ai.btree.ATask Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gdx-utils Show documentation
Show all versions of gdx-utils Show documentation
A java library that used over libGdx game framework.
The newest version!
package com.ng.gdxutils.ai.btree;
import com.badlogic.gdx.utils.Timer.Task;
/**
* (c) Abhishek Aryan
*
* @author Abhishek Aryan
* @since 28-07-2016
*/
public class ATask extends Task{
@Override
public void run() {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy