Assets/Scripts/TowerDefense/Agents/Agent.cs
@@ -287,8 +287,8 @@ public void addSpeedSlowRate(float rate) { speedSlowRate += rate; if (speedSlowRate >= 0.5f) speedSlowRate = 0.5f; if (speedSlowRate >= 0.6f) speedSlowRate = 0.6f; } private bool _HasSlowDownText;