diff options
Diffstat (limited to 'GameCode/Invulnerable.cs')
| -rw-r--r-- | GameCode/Invulnerable.cs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/GameCode/Invulnerable.cs b/GameCode/Invulnerable.cs deleted file mode 100644 index 9a7857c..0000000 --- a/GameCode/Invulnerable.cs +++ /dev/null @@ -1,16 +0,0 @@ -using UnityEngine; - -public class Invulnerable : MonoBehaviour -{ - private Hp hp; - - private void Start() - { - hp = GetComponent<Hp>(); - } - - private void Update() - { - hp.Heal(1000000f); - } -} |
