Beispiel #1
0
 public void Draw()
 {
     camera.Draw(Color.Red, Facing, Pitch);
     body.Draw(Color.MidnightBlue);
 }