generic pool made

This commit is contained in:
Mausham
2025-12-17 15:50:28 -08:00
parent ff062d4c3d
commit 2a7759228f
29 changed files with 265 additions and 227 deletions

View File

@@ -0,0 +1,9 @@
using UnityEngine;
namespace Darkmatter.Core
{
public interface ILeaderBoardData
{
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 940dab863760a4c4da63c6c64697fd4d

View File

@@ -0,0 +1,10 @@
using UnityEngine;
namespace Darkmatter.Core
{
public interface IPoolable
{
void OnSpawn();
void OnDespawn();
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: bae72f3bdf0337048826015fe234b8f3