Esempio n. 1
0
    internal bool ProcessTargetIfPossible(Looter looter, Unit target)
    {
        if (target != null)
        {
            var throttle = Utils.GetDesiredThrottle(looter, target);
            looter.Throttle(target.Position);
            return(true);
        }

        return(false);
    }