void IInteractive.UnobserveAll()
 {
     grip.UnobserveDiscarding(this);
 }
Example #2
0
 void OnDestroy()
 {
     grip.UnobserveDiscarding(this);
 }