Skip to content

Commit ba769ee

Browse files
authored
Update IPoolable.cs
1 parent 61ad28c commit ba769ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Runtime/IPoolable.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
public interface IPoolable
44
{
5-
void OnSpawn();
6-
void OnDespawn();
5+
void OnGet();
6+
void OnRelease();
77
}
88
}

0 commit comments

Comments
 (0)