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