generic pool made
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Darkmatter.Core
|
||||
{
|
||||
public interface ILeaderBoardData
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 940dab863760a4c4da63c6c64697fd4d
|
||||
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();
|
||||
}
|
||||
}
|
||||
2
Assets/DarkMatter/Code/Core/Contracts/IPoolable.cs.meta
Normal file
2
Assets/DarkMatter/Code/Core/Contracts/IPoolable.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bae72f3bdf0337048826015fe234b8f3
|
||||
Reference in New Issue
Block a user