We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c5085 commit 798dd59Copy full SHA for 798dd59
README.md
@@ -92,6 +92,8 @@ public class Health : MonoBehaviour, IPoolable
92
_health = _maxHealth;
93
94
// IPoolable method
95
+ // Not being called if object was created first time
96
+ // All next times will be called
97
public void OnGet() =>
98
99
0 commit comments