This commit is contained in:
账号名 2024-01-22 21:30:16 +08:00
parent a5d16b57ff
commit f06c386195
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(() =>
{
Launchanattack();
});
}
else