using UnityEngine;
public class Testing : MonoBehaviour {
[SerializeField] private Unit Unit;
private void Update() { }
}