game-programming-patterns-demo icon indicating copy to clipboard operation
game-programming-patterns-demo copied to clipboard

Update Health.cs

Open pepipe opened this issue 2 years ago • 0 comments

CurrentHealth property shouldn't have a public set, since currentHealth should only be changed by Increment and Decrement methods.

pepipe avatar Apr 13 '23 12:04 pepipe