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

com.ng.gdxutils.ai.btree.ATask Maven / Gradle / Ivy

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