Ejemplo n.º 1
0
 public StatValueTypeMap(Stat stat, SpellParameterType type, string parameter = "")
 {
     this.TemplateType = (TemplateGuessedType)(-1);
     this.Stat         = stat;
     this.DataType     = type;
     this.Parameter    = parameter;
 }
 protected internal ParameterAttribute(SpellParameterType parameterType, string parameter = "")
 {
     this.ParameterType = parameterType;
     this.Parameter     = parameter;
 }