// Start is called before the first frame update void Start() { los = LineOfSight1.GetLOS(); }
private void Awake() { _instance = this; }