// Runs when aiming stopped private void StopAiming() { _aiming = false; if (_projection != null) { _projection.Destroy(); } _projection = null; }