using UnityEngine; using UnityEngine.UI; public class HUD : MonoBehaviour { public Image staminaBar; }