com.ng.gdxutils.ai.msg.MyTelegram 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.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