diff options
Diffstat (limited to 'GameCode/LimitedLifetime.cs')
| -rw-r--r-- | GameCode/LimitedLifetime.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/GameCode/LimitedLifetime.cs b/GameCode/LimitedLifetime.cs deleted file mode 100644 index 1d99757..0000000 --- a/GameCode/LimitedLifetime.cs +++ /dev/null @@ -1,11 +0,0 @@ -using UnityEngine; - -public class LimitedLifetime : MonoBehaviour -{ - public float liftetime = 5f; - - private void Start() - { - Object.Destroy(base.gameObject, liftetime); - } -} |
