Damage(int amount)
Heal(int amount)
GetMaxHealth() *1
*1 It's used to allow read access to the maxHealth variable while still allowing read/write access in the inspector
The Unity Event System is used to control what happens after the health has been decreased and or has reached 0