コード例 #1
0
 public void GoToWalk()
 {
     state = IAStatus.Idle;
     destinationSetter.target = sitesM.GetRandomTransformPlace();
 }