Attacks on collisions
This commit is contained in:
@@ -55,6 +55,8 @@ public class HealthManager : MonoBehaviour
|
||||
return;
|
||||
}
|
||||
_currentHealth += amount;
|
||||
|
||||
Debug.Log("Health of " + gameObject.name + ": " + _currentHealth);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user