Mediepals/Assets/Scripts/Tools/ObjectPooler/IPooledObject.cs
Gerard Gascón 102013b228 init
2025-04-24 14:30:07 +02:00

3 lines
63 B
C#

public interface IPooledObject{
void OnObjectSpawn();
}