Skip to content

Commit

Permalink
Add Health Regeneration feature
Browse files Browse the repository at this point in the history
  • Loading branch information
soulsyrup committed Jan 2, 2024
1 parent 399ef4b commit 98a7a50
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
18 changes: 18 additions & 0 deletions DarkFlow/Assets/Scripts/CharacterSystems/HealthRegeneration.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class NewBehaviourScript : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{

}

// Update is called once per frame
void Update()
{

}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98a7a50

Please sign in to comment.