Compare commits

..

No commits in common. "102138cfc6a9b259d5242add0f740dce94dd6335" and "2ebb5e59c9212784ff47d5e9b3ec2682b157666a" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ public class LaserFireControlPlatformManger : MonoBehaviour
{ {
LaserModer.transform.DOLookAt(targetPoint.position, 0.5f).OnComplete(() => LaserModer.transform.DOLookAt(targetPoint.position, 0.5f).OnComplete(() =>
{ {
Launchanattack();
}); });
} }
else else