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);
|
||||
}
|
||||
}
|
||||
2
Assets/Scripts/DamianExperiments/Destroyer.cs.meta
Normal file
2
Assets/Scripts/DamianExperiments/Destroyer.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9ca5272a98f340e479bbb26039ce1325
|
||||
Reference in New Issue
Block a user