Ejemplo n.º 1
0
 public void UpdateFun()
 {
     if (_move != null)
     {
         _move.Move(_trajectory.GetDirection());
     }
 }