init
This commit is contained in:
commit
102013b228
1443 changed files with 1065651 additions and 0 deletions
3
Assets/Scripts/Tools/ObjectPooler/IPooledObject.cs
Normal file
3
Assets/Scripts/Tools/ObjectPooler/IPooledObject.cs
Normal file
|
@ -0,0 +1,3 @@
|
|||
public interface IPooledObject{
|
||||
void OnObjectSpawn();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue