using System.Collections; using System.Collections.Generic; using UnityEngine; public class EnemyStatus : MonoBehaviour { public int livesCost = 1; public int health = 10; }