Pong-Pong/Assets/Scripts/IPooledObject.cs
Gerard Gascón 16da8e4dde init
2025-04-24 17:09:22 +02:00

5 lines
No EOL
82 B
C#

using UnityEngine;
public interface IPooledObject{
void OnObjectSpawn();
}