Пример #1
0
 private void drawPlayer(Graphics g, Player player, Point location)
 {
     g.DrawImage(player.getImage(), location);
 }