public void TakeMagic(int amount)
 {
     characterDefinition.SpendMagic(amount);
 }