public void PlusThis(TypeOfMagic.Type type, float amount)
 {
     defence[(int)type] += amount;
 }
 public void SetThis(TypeOfMagic.Type type, float amount)
 {
     defence[(int)type] = amount;
 }