Exemplo n.º 1
0
    public virtual void SetUpRiders()
    {
        if (deliveryMethod != Constants.EffectDeliveryMethod.Rider)
        {
            return;
        }

        Effect host = parentAbility.GetEffectByName(riderTarget);

        if (host != null)
        {
            host.AddRider(this);
        }
    }