health property

int get health

How much health the unit has left.

Implementation

int get health => card.health - damage;