Esempio n. 1
0
 void OnDisable()
 {
     rope.OnInitializeMesh -= OnInitializeMesh;
     if (rope != null)
     {
         rope.ClearJointObjects();
     }
 }