Beispiel #1
0
 public void Draw(SpriteBatch window)
 {
     Image.Position = Position;
     Image.Draw(window);
 }