health property

int health

How much health the unit has left.

Implementation

int get health => card.health - damage;