void IInteractive.UnobserveAll()
 {
     grip.UnobserveDiscarding(this);
 }
Esempio n. 2
0
 void OnDestroy()
 {
     grip.UnobserveDiscarding(this);
 }