generic pool made
This commit is contained in:
10
Assets/DarkMatter/Code/Core/Contracts/IPoolable.cs
Normal file
10
Assets/DarkMatter/Code/Core/Contracts/IPoolable.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Darkmatter.Core
|
||||
{
|
||||
public interface IPoolable
|
||||
{
|
||||
void OnSpawn();
|
||||
void OnDespawn();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user