Ejemplo n.º 1
0
 protected override void AfterOnDisable()
 {
     if (_autoPickWhenDugUp && _onDugEvent != null)
     {
         _onDugEvent.UnRegisterListener(this);
     }
 }