Exemple #1
0
 public Potion(EffectedAttributes attribute, int amount)
 {
     Attribute = attribute;
     Amount    = amount;
 }
Exemple #2
0
 public Potion(EffectedAttributes attribute, int amount)
 {
     Attribute = attribute;
     Amount = amount;
 }