Skip to content

Commit 3b37d78

Browse files
authored
Update Poolable.cs
1 parent 6308580 commit 3b37d78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Poolable.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ private void Awake()
2222
_onBackFromPool.Setup();
2323
}
2424

25+
[Button]
2526
public void ReturnToPool()
2627
{
2728
if (!_isEnabled)

0 commit comments

Comments
 (0)