SimpleTools/Tools/ObjectPooler/IPooledObject.cs
2021-01-08 16:05:34 +01:00

3 lines
66 B
C#

public interface IPooledObject{
void OnObjectSpawn();
}