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 61ad28c commit ba769eeCopy full SHA for ba769ee
Runtime/IPoolable.cs
@@ -2,7 +2,7 @@
2
{
3
public interface IPoolable
4
5
- void OnSpawn();
6
- void OnDespawn();
+ void OnGet();
+ void OnRelease();
7
}
8
0 commit comments