This commit is contained in:
Anuken
2020-09-15 13:47:00 -04:00
parent 2e8d6b56df
commit d1b5b7eb3c
6 changed files with 17 additions and 12 deletions

View File

@@ -17,6 +17,7 @@ public class AIController implements UnitController{
protected static final Vec2 vec = new Vec2();
protected static final int timerTarget = 0;
protected static final int timerTarget2 = 1;
protected static final int timerTarget3 = 2;
protected Unit unit;
protected Interval timer = new Interval(4);