Compare commits
No commits in common. "102138cfc6a9b259d5242add0f740dce94dd6335" and "2ebb5e59c9212784ff47d5e9b3ec2682b157666a" have entirely different histories.
102138cfc6
...
2ebb5e59c9
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue