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