// Defensive protected virtual bool ShouldGroundStomp(out Vector3 position) { position = Vector3.Zero; if (!Skills.Barbarian.GroundStomp.CanCast()) { return(false); } position = Targeting.GetBestClusterPoint(); return(position != Vector3.Zero); }