completed health and stamikna script

This commit is contained in:
Jack Rus
2020-02-01 20:32:24 -05:00
parent b74112993e
commit 0f76de2938
10 changed files with 624 additions and 29 deletions

18
Assets/HealthScript.cs Normal file
View File

@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class HealthScript : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}