Isoulated/Assets/Tools/ObjectPooler/IPooledObject.cs
Gerard Gascón 001bb14f16 init
2025-04-24 17:19:36 +02:00

3 lines
63 B
C#

public interface IPooledObject{
void OnObjectSpawn();
}