Exemple #1
0
    public bool IsBuffed()
    {
        Type  type = Type.GetType(buffType.ToString());
        IBuff buff = (IBuff)Activator.CreateInstance(type);

        return(buff.IsBuffed());
    }