forked from MagicBane/Server
AI branches initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package engine.mobileAI.behaviours;
|
||||
|
||||
import engine.objects.Mob;
|
||||
|
||||
public class PetAI {
|
||||
|
||||
public static void run(Mob pet){
|
||||
|
||||
//1. check for combat
|
||||
|
||||
//2. check for distance from player
|
||||
|
||||
//3. follow player
|
||||
|
||||
//4. chase combat target
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user