public void DropProjectile() { if (mCurrentProjectile != null) { mCurrentProjectile.Drop(); } mCurrentProjectile = null; }