Exemple #1
0
 public void LateUpdate()
 {
     transform.position = moveable.Update_Agent(Time.deltaTime);
 }