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