public override void drawDebug() { base.drawDebug(); // Draw a debug arrow pointing forward. GLDebug.DrawLineArrow(this.getPos(), this.getPos() + this.transform.forward, 0.25f, 20, Color.blue, 0, true); this.moveHelper.drawDebug(); if (this.overrideMovementDestination == null && this.task != null) { this.task.drawDebug(); } }