Esempio n. 1
0
 void OnDisable()
 {
     s_instances.Remove(this);
     EachTargets((w) =>
     {
         MPAPI.mpRemoveCollider(w.GetContext(), ref m_cprops);
     });
 }