private void Start() { this._info = GetComponent <UnitInfo>(); InvokeRepeating(nameof(UpdateTarget), 0, 1); }