5 lines
No EOL
82 B
C#
5 lines
No EOL
82 B
C#
using UnityEngine;
|
|
|
|
public interface IPooledObject{
|
|
void OnObjectSpawn();
|
|
} |