CD-ROOM/Assets/Scripts/Tools/ObjectPooler/IPooledObject.cs
Gerard Gascón 341a877b4a init
2025-04-24 17:37:25 +02:00

3 lines
63 B
C#

public interface IPooledObject{
void OnObjectSpawn();
}