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