Эх сурвалжийг харах

修复融魂技会自动再召唤一个士兵的问题

WGL 2 сар өмнө
parent
commit
8560995a22

+ 1 - 0
ActionTowerDefense/Assets/Scripts/Characters/PlayerController.cs

@@ -558,6 +558,7 @@ public class PlayerController : MoveCharacter
         {
             if (isReadyConduct)
             {
+                cacheSummonTime = 0;
                 conductController.Conduct(cacheConductId);
             }
             isReadyConduct = false;