Example #1
0
 public Type GetBuffInstance(Affix.EffectType type)
 {
     return(Type.GetType("MyLib." + type.ToString()));
 }