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

com.ng.gdxutils.ai.msg.MyTelegram Maven / Gradle / Ivy

The newest version!
package com.ng.gdxutils.ai.msg;

import com.badlogic.gdx.ai.msg.Telegram;
import com.badlogic.gdx.ai.msg.Telegraph;

/**
 * (c) Abhishek Aryan
 *
 * @author Abhishek Aryan
 * @since  14-12-2015.
 */
public class MyTelegram implements Telegraph {

	@Override
	public boolean handleMessage(Telegram msg) {
	
		System.out.println("my telegram message ");
		
		return false;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy