Skip to content
Snippets Groups Projects
Commit 6f84849e authored by Salomo309's avatar Salomo309
Browse files

del: nightmare

parent 8092cfab
Branches
Tags
No related merge requests found
using UnityEngine;
using System.Collections;
using Nightmare;
namespace Nightmare
{
public class Keroco : MonoBehaviour
public class KerocoHealth : MonoBehaviour
{
public int startingHealth = 100;
public float sinkSpeed = 2.5f;
......@@ -17,7 +17,7 @@ namespace Nightmare
CapsuleCollider capsuleCollider;
EnemyMovement enemyMovement;
void Awake()
void Awake()
{
anim = GetComponent<Animator>();
enemyAudio = GetComponent<AudioSource>();
......@@ -98,4 +98,3 @@ namespace Nightmare
return currentHealth;
}
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment