protected void SetTarget(Vector3 target) { if (!stopWalkingAround) { motor.SetTarget(target); } }
protected void SetTarget(Vector3 target) { if (!stopWalkingAround) { motor.SetTarget(target); ThingConsole.Log(FormatString("<color=orange>{0}</color> gained a <color=red>new</color> target.", MyName)); } }