public void LoseHealth(int damageAmount)
 {
     charDefinition.LoseHealth(damageAmount);
 }