init
This commit is contained in:
commit
001bb14f16
951 changed files with 270074 additions and 0 deletions
3
Assets/Tools/ObjectPooler/IPooledObject.cs
Normal file
3
Assets/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