From 22891bf59032ba88262824255a706d652031384b Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 10 Mar 2022 14:07:40 +0800 Subject: * move folder --- .../StylizedProjectilePack1/scripts/destroyMe.cs | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 Assets/Art/Vfx/StylizedProjectilePack1/scripts/destroyMe.cs (limited to 'Assets/Art/Vfx/StylizedProjectilePack1/scripts/destroyMe.cs') diff --git a/Assets/Art/Vfx/StylizedProjectilePack1/scripts/destroyMe.cs b/Assets/Art/Vfx/StylizedProjectilePack1/scripts/destroyMe.cs deleted file mode 100644 index cb8061db..00000000 --- a/Assets/Art/Vfx/StylizedProjectilePack1/scripts/destroyMe.cs +++ /dev/null @@ -1,26 +0,0 @@ -using UnityEngine; -using System.Collections; - -public class destroyMe : MonoBehaviour{ - - float timer; - public float deathtimer = 10; - - - // Use this for initialization - void Start () { - - } - - // Update is called once per frame - void Update () - { - timer += Time.deltaTime; - - if(timer >= deathtimer) - { - Destroy(gameObject); - } - - } -} -- cgit v1.1-26-g67d0