Scriptum/Assets/healthText.cs

9 lines
125 B
C#
Raw Normal View History

2022-12-18 19:19:57 +01:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class healthText : MonoBehaviour
{
}