fixed style error
This commit is contained in:
parent
25a99b2608
commit
4a0df69951
1 changed files with 3 additions and 2 deletions
|
@ -33,11 +33,12 @@ public class EntityRobot extends EntityLiving implements
|
|||
public SafeTimeTracker scanForTasks = new SafeTimeTracker (40, 10);
|
||||
|
||||
public LaserData laser = new LaserData ();
|
||||
protected RobotAIBase currentAI;
|
||||
protected RobotAIBase nextAI;
|
||||
public IRobotTask currentTask;
|
||||
public DockingStation dockingStation = new DockingStation();
|
||||
|
||||
protected RobotAIBase currentAI;
|
||||
protected RobotAIBase nextAI;
|
||||
|
||||
private boolean needsUpdate = false;
|
||||
|
||||
public class DockingStation {
|
||||
|
|
Loading…
Add table
Reference in a new issue