mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
use it
This commit is contained in:
parent
4748c47c3f
commit
5fab4c7978
@ -370,6 +370,7 @@ public static void MovePhysicsComponents(GameObject source, GameObject destinati
|
||||
{
|
||||
MoveRigidbody(source, destination);
|
||||
MoveAllColliders(source, destination);
|
||||
MoveAllJoints(source, destination);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user