Create ObjectPoolService

This commit is contained in:
2025-12-13 19:57:48 +08:00
parent 8915a26407
commit 980b26dd5e
5 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
namespace Services.Interfaces {
public interface IObjectPool<T> where T : class {
T Get();
void Fill();
void Release(T gameObject);
void Clear();
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 8cda63dc65b2425b810a008823083079
timeCreated: 1765625964