Added project
This commit is contained in:
5
Platformer/Assets/Scripts/IObjectDestroyer.cs
Normal file
5
Platformer/Assets/Scripts/IObjectDestroyer.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using UnityEngine;
|
||||
|
||||
public interface IObjectDestroyer {
|
||||
void Destroy(GameObject gameObj);
|
||||
}
|
||||
Reference in New Issue
Block a user