Exemplo n.º 1
0
 void OnDestroy()
 {
     if (isServer && _playerGrabber != null)
     {
         _playerGrabber.ForceRelease();
     }
 }