private void RemoveFireBall(FireBall fireBall) { if (fireBall == null || (fireBall?.IsDestroyed ?? true)) { return; } fireBall.Kill(); }