Added Player related scripts

Added PlayerStats
Added PlayerInventory
Added Player
None of these scripts have been fleshed out yet
This commit is contained in:
Melbyj1125
2021-10-01 14:42:45 -05:00
parent c99f19c192
commit 8a9e0617f5
6 changed files with 87 additions and 0 deletions

View File

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