5 lines
No EOL
85 B
C#
5 lines
No EOL
85 B
C#
namespace Pooling {
|
|
public interface IPooledObject {
|
|
void OnObjectSpawn();
|
|
}
|
|
} |