Skip to content

Commit 798dd59

Browse files
authored
Update README.md
1 parent a3c5085 commit 798dd59

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ public class Health : MonoBehaviour, IPoolable
9292
_health = _maxHealth;
9393

9494
// IPoolable method
95+
// Not being called if object was created first time
96+
// All next times will be called
9597
public void OnGet() =>
9698
_health = _maxHealth;
9799

0 commit comments

Comments
 (0)