Beispiel #1
0
 public void MoveToward(float x, float y, Node target)
 {
     // Assume we're already facing the target.
     input.Move(1);
 }