Flower and belt puzzle steps added (WIP, just skeleton)
This commit is contained in:
10
Assets/Scripts/DamianExperiments/Destroyer.cs
Normal file
10
Assets/Scripts/DamianExperiments/Destroyer.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class Destroyer : MonoBehaviour
|
||||
{
|
||||
// Destroy the GameObject this component is attached to
|
||||
public void DestroySelf()
|
||||
{
|
||||
Destroy(gameObject);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user