|
|
|
@ -41,6 +41,7 @@ public class MobAIThread implements Runnable{
@@ -41,6 +41,7 @@ public class MobAIThread implements Runnable{
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
try { |
|
|
|
|
Thread.sleep(100); |
|
|
|
|
} catch (InterruptedException e) { |
|
|
|
@ -49,7 +50,6 @@ public class MobAIThread implements Runnable{
@@ -49,7 +50,6 @@ public class MobAIThread implements Runnable{
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
public static void startAIThread() { |
|
|
|
|
Thread aiThread; |
|
|
|
|
aiThread = new Thread(new MobAIThread()); |
|
|
|
|