aaaaa
This commit is contained in:
parent
dd97946d12
commit
3348ef079e
File diff suppressed because it is too large
Load Diff
|
@ -25,7 +25,7 @@ public class Tool_Spanner : Tool_Base
|
||||||
transform.DOLocalRotate(screw.installPos.localEulerAngles, 0.5f);
|
transform.DOLocalRotate(screw.installPos.localEulerAngles, 0.5f);
|
||||||
transform.DOMove(screw.installPos.position, 1).OnComplete(() =>
|
transform.DOMove(screw.installPos.position, 1).OnComplete(() =>
|
||||||
{
|
{
|
||||||
screw.BeInstalled(this);
|
//screw.BeInstalled(this);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue