mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
TODO
This commit is contained in:
parent
2879348413
commit
374583aa90
@ -54,6 +54,7 @@ public void OnDraggedBall(Vector3 force)
|
||||
[Command]
|
||||
void CmdApplyForce(Vector3 force)
|
||||
{
|
||||
// TODO consider applying this in FixedUpdate later
|
||||
whiteBall.GetComponent<Rigidbody>().AddForce(force);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user