public void ClearAndDeactivateShotInBuffer()
 {
     if (thisShotInBuffer != null)
     {
         IArrow arrow = thisShotInBuffer.GetArrow();
         arrow.Deactivate();
         thisShotInBuffer = null;
     }
 }
Beispiel #2
0
 public override void FinalizeSetUp()
 {
     thisArrow.Deactivate();
 }