game-programming-patterns-demo
game-programming-patterns-demo copied to clipboard
Update Health.cs
CurrentHealth property shouldn't have a public set, since currentHealth should only be changed by Increment and Decrement methods.